summaryrefslogtreecommitdiff
path: root/manualPorts/crypt-expiry-check/Pkgfile
blob: 25dfc17c7cc4f2ffe384d5140535a03446b2e864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Surveilance of expiry of gpg-keys and X.509 certificates
# URL: https://git.eckner.net/Erich/crypt-expiry-check
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends on: openssl gnupg

name=crypt-expiry-check
version=4.4
release=1
source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz")

build() {

    cd ${name}-${version}
    make
    make DESTDIR=$PKG SYSTEMDDIR= CRONDIR=/etc/cron/daily install

}