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