# Maintainer: Erich Eckner pkgname=crypt-expiry-check pkgver=4.2 pkgrel=1 pkgdesc="Surveilance of expiry of gpg-keys and X.509 certificates" arch=('any') url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('openssl' 'gnupg') makedepends=('help2man') checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=( 'etc/crypt-expiry.checks' 'etc/cron.daily/crypt-expiry-check' ) options=() source=( "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('cbf2dcf8b18cc2519bb17b8e6f28fa414682db645936c337e1e220fbef8285b3f64c097b45926f2d4a25a78780b9f66d677b3c757b4629cd9322f75c2992009e') build () { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }