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