mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/archlinux-keyring: new aport
This commit is contained in:
parent
059157dde0
commit
53e60cad79
19
testing/archlinux-keyring/APKBUILD
Normal file
19
testing/archlinux-keyring/APKBUILD
Normal file
@ -0,0 +1,19 @@
|
||||
# Contributor: Clayton Craft <clayton@craftyguy.net>
|
||||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=archlinux-keyring
|
||||
pkgver=20210902
|
||||
pkgrel=0
|
||||
pkgdesc="GuPG keys for Arch Linux"
|
||||
url="https://archlinux.org"
|
||||
arch="noarch"
|
||||
license="GPL-3.0-or-later"
|
||||
options="!check"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||
source="https://sources.archlinux.org/other/archlinux-keyring/archlinux-keyring-$pkgver.tar.gz"
|
||||
|
||||
package() {
|
||||
make PREFIX=/usr DESTDIR="$pkgdir" install
|
||||
}
|
||||
sha512sums="
|
||||
3cdd1560f1fe9590452b2bf5019e6b465d119bcb9fd82587983d91bc6adb4634e51871c7f908156732571c359fe67fd7c175668c8766ea9d9114d799f5fc7d4d archlinux-keyring-20210902.tar.gz
|
||||
"
|
||||
7
testing/archlinux-keyring/archlinux-keyring.post-install
Normal file
7
testing/archlinux-keyring/archlinux-keyring.post-install
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ -x /usr/bin/pacman-key ]; then
|
||||
/usr/bin/pacman-key --populate archlinux
|
||||
/usr/bin/pacman-key --updatedb
|
||||
fi
|
||||
|
||||
exit 0
|
||||
1
testing/archlinux-keyring/archlinux-keyring.post-upgrade
Symbolic link
1
testing/archlinux-keyring/archlinux-keyring.post-upgrade
Symbolic link
@ -0,0 +1 @@
|
||||
archlinux-keyring.post-install
|
||||
Loading…
x
Reference in New Issue
Block a user