summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3c18cea5f57e7664513b60eaf309ba5bf0af8528 (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.8
pkgrel=6
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')