pkgname=linhes-dev pkgver=9.0 pkgrel=1 pkgdesc="Scripts to develop LinHES" arch=('x86_64') license=('GPL2') depends=('clean-chroot-manager' 'git' 'python-gitpython' 'rclone' 'yaah') url="http://linhes.org/" source=('lhsync.sh' 'mp.py' 'setup_lhdev.sh' 'update_db_repo.sh') package() { cd ${srcdir} install -d ${pkgdir}/usr/bin install -D -m755 * ${pkgdir}/usr/bin/ } sha256sums=('d781ffb509282d03f40612556a40455fc6ee58b4b3fc60e5457c90cacd65f99c' 'fc2cb4e6ed3db09202abe2eb2ac5056cc92a19e26f33a29558e65f5c51e8026f' 'b5d12503757471be72fa20fb86a0b1563916b4db85048dcd78b49eaade3db989' '6c3adaea49b7a0bb1baa4ed2d2b1d9f9fbab2f78b6e7ec1e8bedf4abecda25ba')