summaryrefslogtreecommitdiff
path: root/crypt-expiry-check/PKGBUILD
blob: 397187d21d7d1d0489620c98a363fd2e363f3a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=crypt-expiry-check
pkgver=4.1
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=('06dedf259f7671aa9fbe6da7ddfbe535582d76d3cf9b69b5e64919eade0095bed3a96cfbd007f3bbee9f08a08dd11d54526466c5a32ace2e27eff075be0f5fb0')

build () {

    cd ${pkgname}-${pkgver}
    make

}

package() {

    cd ${pkgname}-${pkgver}
    make DESTDIR="${pkgdir}" install

}