summaryrefslogtreecommitdiff
path: root/libre/parabolariscv64-keyring/PKGBUILD
blob: d090bff716ae4572c86e54a733a66e845c8903a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Andreas Grapentin <andreas@grapentin.org>

pkgname=parabolariscv64-keyring
pkgver=20210711
pkgrel=1
pkgdesc='Parabola GNU/Linux-libre (riscv64 edition) PGP keyring'
arch=(any)
url='https://git.parabola.nu/hackers.git/'
license=(GPL)
install=$pkgname.install
source=(https://mirror.grapentin.org/parabola-ports/repo/main/sources/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
sha256sums=('959d083cfea11aa22d0e5c5e15ed2fac9d7f1480126f138341e3bf40fea45191'
            'SKIP')
validpgpkeys=(BC710DF6ED9DC85355BA08E4758A950D2DBCA762)

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