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