summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ad91d60bfb013076580ec9d508d5307abcb44ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Baptiste Grenier <baptiste@bapt.name>
pkgname=fetch-crl3
pkgver=3.0.17
pkgrel=1
pkgdesc="fetch-crl - the Certificate Revocation List retrieval tool"
arch=(any)
url="https://dist.igtf.net/distribution/util/fetch-crl3/"
license=('Apache')
depends=('perl')
source=(https://dist.eugridpma.info/distribution/util/$pkgname/fetch-crl-$pkgver.tar.gz)
md5sums=('922e68915c1b30b266270759e0bcbe5d')

package() {
  cd "fetch-crl-$pkgver"
  sed -i 's#/sbin#/bin#' Makefile
  make PREFIX="$pkgdir/usr" ETC="$pkgdir/etc" CACHE="$pkgdir/var/cache" install
  chmod +rx "$pkgdir/var/cache/fetch-crl"
}