ufw-tools/PKGBUILD

23 lines
521 B
Bash
Raw Normal View History

2015-06-01 13:15:16 +00:00
# Maintainer: Jack L. Frost <fbt@fleshless.org>
2015-06-22 09:41:13 +00:00
# % Trigger: 1434966060 %
2015-06-01 13:15:16 +00:00
pkgname='zfh-tools'
2015-10-13 10:59:44 +00:00
pkgver='1.6.1'
2015-06-01 13:15:16 +00:00
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"
}
2015-10-13 10:59:44 +00:00
sha1sums=('a4f5573f5351a0f7efd741dc8973760748f13497')