rebrand!: Antergos NeXT -> Euri Linux

This commit is contained in:
2026-08-21 21:43:47 +02:00
parent 7256fd331a
commit 0cfc149d37
1452 changed files with 599 additions and 597 deletions
+22
View File
@@ -0,0 +1,22 @@
# Maintainer: Michał <ash8820@proton.me>
pkgname=euri-lsb-release
pkgver=2.0
pkgrel=1
pkgdesc='Euri Linux LSB release file'
arch=('any')
url="https://github.com/Euri-Linux"
license=('GPL2')
conflicts=('lsb-release')
replaces=('lsb-release')
provides=('lsb-release')
package() {
install -dm755 "$pkgdir/etc"
cat > "$pkgdir/etc/lsb-release" << EOF
DISTRIB_ID="Euri"
DISTRIB_RELEASE="rolling"
DISTRIB_DESCRIPTION="Euri Linux"
DISTRIB_CODENAME=euri
EOF
}