summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 17908afade936326cd0e259a20a1a35d72e71d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: gavin lyons <glyons66@hotmail.com>
# https://github.com/whitelight999/cylon
pkgname=cylon
pkgver=1.6
pkgrel=4
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}" 
    install -D -m644 Readme.md "$HOME"/.config/cylonReadme.md
}
md5sums=('SKIP')