This commit is contained in:
Jack L. Frost 2015-06-01 16:15:16 +03:00
commit 81fd25568f
1 changed files with 22 additions and 0 deletions

22
PKGBUILD Normal file
View File

@ -0,0 +1,22 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgname='zfh-tools'
pkgver='1.3'
pkgrel='1'
pkgdesc='A set of tools for zfh.so'
url='https://git.fleshless.org/zfh-tools'
arch=( 'any' )
license=( 'ISC' )
depends=( 'bash' )
source=( "https://git.fleshless.org/zfh-tools/snapshot/zfh-tools-${pkgver}.tar.gz" )
package() {
cd "${pkgname}-${pkgver}"
install -Dm755 sup "$pkgdir/usr/bin/sup"
install -Dm755 supd "$pkgdir/usr/bin/supd"
}
# vim: noet
sha1sums=('b62233241b47417f54e23f404f770405de03b337')