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