summaryrefslogtreecommitdiff
path: root/pcr/cronic/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/cronic/PKGBUILD')
-rw-r--r--pcr/cronic/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/cronic/PKGBUILD b/pcr/cronic/PKGBUILD
deleted file mode 100644
index 688accbe6..000000000
--- a/pcr/cronic/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}