2026-08-21 21:21:54 +02:00
|
|
|
# Maintainer: Michał <ash8820@proton.me>
|
2026-07-03 23:43:02 +02:00
|
|
|
|
2026-08-21 21:21:54 +02:00
|
|
|
pkgname=euri-lsb-release
|
2026-07-03 23:43:02 +02:00
|
|
|
pkgver=2.0
|
|
|
|
|
pkgrel=1
|
2026-08-21 21:21:54 +02:00
|
|
|
pkgdesc='Euri Linux LSB release file'
|
2026-07-03 23:43:02 +02:00
|
|
|
arch=('any')
|
2026-08-21 22:05:15 +02:00
|
|
|
url="https://antergos-nas.taild4360b.ts.net/Euri-Linux"
|
2026-07-03 23:43:02 +02:00
|
|
|
license=('GPL2')
|
|
|
|
|
conflicts=('lsb-release')
|
|
|
|
|
replaces=('lsb-release')
|
|
|
|
|
provides=('lsb-release')
|
|
|
|
|
|
|
|
|
|
package() {
|
|
|
|
|
install -dm755 "$pkgdir/etc"
|
|
|
|
|
cat > "$pkgdir/etc/lsb-release" << EOF
|
2026-08-21 21:21:54 +02:00
|
|
|
DISTRIB_ID="Euri"
|
2026-07-03 23:43:02 +02:00
|
|
|
DISTRIB_RELEASE="rolling"
|
2026-08-21 21:21:54 +02:00
|
|
|
DISTRIB_DESCRIPTION="Euri Linux"
|
|
|
|
|
DISTRIB_CODENAME=euri
|
2026-07-03 23:43:02 +02:00
|
|
|
EOF
|
|
|
|
|
}
|