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