summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-dev/PKGBUILD
blob: 3c6287e68fdc15bf8037033078a9e24571460c69 (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=9
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' 'mp.py' 'lh_setup_dev.sh' 'lh_update_db_repo.sh')
sha256sums=('3a64b4125b56c6f95cc9dc85ce58ebd1c0612b22fb27c3e76d4d9a5570f2d61e'
            'ae515d0ef707daf5565b828b5e16e3812bcbe5060754ad06f783173b3fa1dedd'
            '24310eb2e957d2ac56739ca8286fcf8bd87776f0daa1f7e7bc67d7e39018e8db'
            '86c9ebe77228f7e3cc07cb05f480e5584e0e3cad1b889b63a50821f7323bf449')

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