blob: 2824f1e527967b4f3c602cbd51cd8e353d17b382 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgname=linhes-dev
pkgver=9.0
pkgrel=3
pkgdesc="Scripts to develop LinHES"
arch=('x86_64')
license=('GPL2')
depends=('clean-chroot-manager' 'git' 'python-gitpython' 'rclone' 'yaah')
url="http://linhes.org/"
source=('lh_sync.sh' 'mp.py' 'lh_setup_dev.sh' 'lh_update_db_repo.sh')
package() {
cd ${srcdir}
install -d ${pkgdir}/usr/bin
install -D -m755 * ${pkgdir}/usr/bin/
}
sha256sums=('61871516d2bbe1c3300e78715c7c43c46e9b877c66b21e674384d3809b7fdc5e'
'099c88be69e376df8cc8c5454a0ef4ce08660a8868c0c895d1bcc12498bdb833'
'b5d12503757471be72fa20fb86a0b1563916b4db85048dcd78b49eaade3db989'
'86c9ebe77228f7e3cc07cb05f480e5584e0e3cad1b889b63a50821f7323bf449')
|