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