pkgname=linhes-dev pkgver=9.0.0 pkgrel=12 pkgdesc="Scripts to develop LinHES" arch=('x86_64') license=('GPL2') depends=('clean-chroot-manager' 'git' 'pacman-contrib' 'package-query' 'pigz' 'python-gitpython' 'rclone' 'yaah') url="http://linhes.org/" source=('lh_sync.sh' 'chk_aur_pkg.py' 'mp.py' 'lh_setup_dev.sh' 'lh_update_db_repo.sh') sha256sums=('3a64b4125b56c6f95cc9dc85ce58ebd1c0612b22fb27c3e76d4d9a5570f2d61e' '864192e9fe627c5a85d4c33ba30df7c870783a450f5fea7c550dd9490d48f2ab' '7a6686291bd0e3f4da7d7fbe4dda2022004f5275aebec173eabd97fccff2275c' 'ce73a80d8337a57a3ee3460524848706b44f73111dfde39042e28d5a6892bfe4' '86c9ebe77228f7e3cc07cb05f480e5584e0e3cad1b889b63a50821f7323bf449') package() { cd ${srcdir} install -d ${pkgdir}/usr/bin install -D -m755 * ${pkgdir}/usr/bin/ }