summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 20d291510cbf5a9ac0257d35f6bd28dda3a86234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: gavin lyons <whitelight999@live.ie>
# https://github.com/whitelight999/cylon
pkgname=cylon
pkgver=1.4
pkgrel=2
epoch=
pkgdesc="Maintenance , backup 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')