summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgavin2016-09-08 17:22:46 +0100
committergavin2016-09-08 17:22:46 +0100
commitecc854473e1a354e331324dd009eae12b13e75d7 (patch)
treef673098a810bc228046cf0e72676e8df95064fcc
downloadaur-ecc854473e1a354e331324dd009eae12b13e75d7.tar.gz
first commit cylon to AUR
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD18
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..367d0de50465
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = cylon
+ pkgdesc = Maintenance, backups and system checks in a menu driven Bash script
+ pkgver = 1.3
+ pkgrel = 1
+ url = https://github.com/whitelight999/cylon
+ arch = any
+ license = GPL
+ source = git://github.com/whitelight999/cylon.git
+ md5sums = SKIP
+
+pkgname = cylon
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..617b2ca30ce6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: gavin lyons <whitelight999@live.ie>
+# https://github.com/whitelight999/cylon
+pkgname=cylon
+pkgver=1.3
+pkgrel=1
+epoch=
+pkgdesc="Maintenance, backups and system checks in a menu driven Bash script"
+arch=('any')
+url="https://github.com/whitelight999/cylon"
+license=('GPL')
+source=("git://github.com/whitelight999/${pkgname%-git}.git")
+md5sums=('SKIP')
+
+package() {
+ cd "$srcdir/${pkgname%-git}"
+ install -D -m755 Cylon.sh "$pkgdir"/usr/bin/"${pkgname%-git}"
+}
+md5sums=('SKIP')