summaryrefslogtreecommitdiff
path: root/libre/parabola-keyring/PKGBUILD
blob: 38039fc715090897486ec786a4cc44fdf4a78d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: David P. <megver83@parabola.nu>

pkgname=parabola-keyring
pkgver=20170424
pkgrel=1
pkgdesc='Parabola GNU/Linux-libre PGP keyring'
arch=('any')
url='https://projects.parabola.nu/hackers.git/'
license=('GPL')
install=$pkgname.install
source=("http://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"
        "http://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz.sig")
validpgpkeys=('6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78' # David P.
)
sha512sums=('61c9d47c7e5e3eb20e7ed5ec9f4814762d476b1e69ef1fba5c9dcf5775627582ae0a27723ed182f6e1b17cfa52a1c966e629cac8bbade1b42a4cad8204afd370'
            'SKIP')

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make PREFIX=/usr DESTDIR="${pkgdir}" install
}