# Maintainer: gavin lyons # 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')