diff options
author | Britney Fransen <brfransen@gmail.com> | 2022-11-10 21:42:34 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2022-11-10 21:42:34 (GMT) |
commit | 384f17fbd123dfcf68f35a764df157a8ace08d16 (patch) | |
tree | c6b8548f16775c3c7699ec11a0a2af2236424974 /linhes/linhes-dev/PKGBUILD | |
parent | 05fcbd3195c30dfcfb40f4e7e409ff3698a1d099 (diff) | |
download | linhes_pkgbuild-384f17fbd123dfcf68f35a764df157a8ace08d16.zip linhes_pkgbuild-384f17fbd123dfcf68f35a764df157a8ace08d16.tar.gz linhes_pkgbuild-384f17fbd123dfcf68f35a764df157a8ace08d16.tar.bz2 |
linhes-dev: tools to build packages for linhes
Diffstat (limited to 'linhes/linhes-dev/PKGBUILD')
-rw-r--r-- | linhes/linhes-dev/PKGBUILD | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/linhes/linhes-dev/PKGBUILD b/linhes/linhes-dev/PKGBUILD new file mode 100644 index 0000000..f6cb75b --- /dev/null +++ b/linhes/linhes-dev/PKGBUILD @@ -0,0 +1,19 @@ +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') |