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