summaryrefslogtreecommitdiff
path: root/manualPorts/crypt-expiry-check/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
committerErich Eckner <git@eckner.net>2018-05-27 10:13:52 +0200
commit14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch)
tree644ebb60f7155dd5c139d233857684fbcd8546e6 /manualPorts/crypt-expiry-check/Pkgfile
downloadcrux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz
initial commit
Diffstat (limited to 'manualPorts/crypt-expiry-check/Pkgfile')
-rw-r--r--manualPorts/crypt-expiry-check/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/manualPorts/crypt-expiry-check/Pkgfile b/manualPorts/crypt-expiry-check/Pkgfile
new file mode 100644
index 0000000..a513051
--- /dev/null
+++ b/manualPorts/crypt-expiry-check/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Surveilance of expiry of gpg-keys and X.509 certificates
+# URL: https://opensources.eckner.net/?ls=crypt-expiry-check
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on: openssl gnupg
+
+name=crypt-expiry-check
+version=4.0.9
+release=1
+source=("https://opensources.eckner.net/dl.php?dl=${name}-${version}")
+
+build() {
+
+ tar -xf *${name}-${version}
+ cd ${name}-${version}
+ make
+ make DESTDIR=$PKG CRONDIR=/etc/cron/daily install
+
+}