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
+23
View File
@@ -0,0 +1,23 @@
# Maintainer: Michał <ash8820@proton.me>
pkgname=euri-keyring
pkgver=1
pkgrel=3
pkgdesc="Euri Linux GPG keyring"
arch=('any')
url="https://github.com/Euri-Linux/euri-packages"
license=('GPL3')
install=euri-keyring.install
source=(
"euri.gpg"
"euri-trusted"
"euri-revoked"
)
sha256sums=('SKIP' 'SKIP' 'SKIP')
package() {
install -dm755 "${pkgdir}/usr/share/pacman/keyrings"
install -m644 "${srcdir}/euri.gpg" "${pkgdir}/usr/share/pacman/keyrings/"
install -m644 "${srcdir}/euri-trusted" "${pkgdir}/usr/share/pacman/keyrings/"
install -m644 "${srcdir}/euri-revoked" "${pkgdir}/usr/share/pacman/keyrings/"
}
@@ -0,0 +1,8 @@
post_install() {
pacman-key --init 2>/dev/null || true
pacman-key --populate euri 2>/dev/null || true
}
post_upgrade() {
post_install
}
View File
+1
View File
@@ -0,0 +1 @@
AA644A095D2AF5F950FADB57C51BFE8D3A985236:4:
Binary file not shown.