summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4f67fff390abfa32338d033a88e8e2954f9d8d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Zack Buhman <zack@buhman.org>

pkgname=erebor-ca
pkgver=2
pkgrel=1
pkgdesc="Erebor Certificate Authority"
url='https://buhman.org/'
arch=('any')
license=('GPL')
depends=('ca-certificates-utils')

install=erebor-ca.install
source=('https://buhman.org/erebor-ca/erebor-ca.pem'
        'https://buhman.org/erebor-ca/erebor-ca.pem.sig')
md5sums=('1b190f39c21c607c65cf01fb57d314e1'
         'SKIP')
validpgpkeys=('5F1B59099FA4D372EC9B30714A8337182ED3B474')

package() {
  local _certdir="$pkgdir/usr/share/ca-certificates/trust-source/anchors"
  install -d "$_certdir"
  install -t "$_certdir" -m644 *.pem
}