summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-dev/PKGBUILD
blob: df743209b9611827bfa44686c59259f551612f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgname=linhes-dev
pkgver=9.0.0
pkgrel=7
pkgdesc="Scripts to develop LinHES"
arch=('x86_64')
license=('GPL2')
depends=('clean-chroot-manager' 'git' 'pacman-contrib'
         'python-gitpython' 'rclone' 'yaah')
url="http://linhes.org/"
source=('lh_sync.sh' 'mp.py' 'lh_setup_dev.sh' 'lh_update_db_repo.sh')
sha256sums=('3a64b4125b56c6f95cc9dc85ce58ebd1c0612b22fb27c3e76d4d9a5570f2d61e'
            '16787763282f20b15eee2377712e85d5653a9229d2b73d224c0fd4532436614a'
            '081ac1ccb40df0c8aa82cd3841a39aa87ead4ea32c9ac6a76c5a7d7f0d10a80a'
            '86c9ebe77228f7e3cc07cb05f480e5584e0e3cad1b889b63a50821f7323bf449')

package() {
  cd ${srcdir}
  install -d ${pkgdir}/usr/bin
  install -D -m755 * ${pkgdir}/usr/bin/
}