# Maintainer: Erich Eckner pkgname=crypt-expiry-check pkgver=4.0.10 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=('b22b445a1736b4ae8aa8747afa9d16c149e572bb2ee6f35b40e4746ec50d1066d7c217c1ec8b78eb92be9b341d399e87c053adccf8d3efeae17f5ed04263917b') build () { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }