summaryrefslogtreecommitdiff
path: root/crypt-expiry-check/PKGBUILD
blob: 5460bd9e70c597b2c0abef4395a4032786546f23 (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.0.9
pkgrel=1
pkgdesc="Surveilance of expiry of gpg-keys and X.509 certificates"
arch=('any')
url="https://opensources.eckner.net/ls.php?ls=${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=(
    "${pkgname}-${pkgver}.tar.gz::https://opensources.eckner.net/dl.php?dl=${pkgname}-${pkgver}"
)
sha512sums=('d2c1f4e3912ca7870399fe279aca0bb9b84bb8f29ad5b5115ea5fab9e27fdddfd4972229d3fcceb5d5f43a7da10218e0edfb9887885ce12b62a60e39eb0f5e25')

build () {

    cd ${pkgname}-${pkgver}
    make

}

package() {

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

}