summaryrefslogtreecommitdiff
path: root/pcr/cronic/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-16 03:37:59 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-16 03:37:59 +0000
commitb296a78e1469d58c52acc47586bd5bb84f25fc0f (patch)
treea7bd50ca00f66f43ab58a4e79740737a82cf6991 /pcr/cronic/PKGBUILD
parent154321f7346db5c32dbdf9c730735969eabbd88f (diff)
Thu Jan 16 03:32:12 UTC 2014
Diffstat (limited to 'pcr/cronic/PKGBUILD')
-rw-r--r--pcr/cronic/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/pcr/cronic/PKGBUILD b/pcr/cronic/PKGBUILD
new file mode 100644
index 000000000..688accbe6
--- /dev/null
+++ b/pcr/cronic/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+pkgname=cronic
+pkgver=2
+pkgdesc="Cron job report wrapper"
+url=http://habilis.net/cronic/
+license=(CC0)
+
+pkgrel=1
+arch=(any)
+depends=('bash')
+
+source=(http://habilis.net/cronic/cronic
+ CC0-1.0.html::http://creativecommons.org/publicdomain/zero/1.0/legalcode)
+md5sums=('a488e6c2c76d8d00eb5576a164be4cf3'
+ 'b753f7299493244a3b0cad2fa4f26830')
+
+package() {
+ cd "$srcdir"
+ install -Dm755 cronic "$pkgdir"/usr/bin/cronic
+ install -Dm644 CC0-1.0.html "$pkgdir"/usr/share/licenses/$pkgname/CC0-1.0.html
+}