ufw-tools/PKGBUILD

23 lines
576 B
Bash
Raw Normal View History

2015-06-01 13:15:16 +00:00
# Maintainer: Jack L. Frost <fbt@fleshless.org>
# % Trigger: 1574004357 %
2015-06-01 13:15:16 +00:00
pkgname=ufw-tools
pkgver=1.18.1
pkgrel=1
2015-11-19 15:36:16 +00:00
pkgdesc='A set of tools for zerofiles.org (8fw.me)'
url="https://git.fleshless.org/$pkgname"
2015-06-01 13:15:16 +00:00
arch=( 'any' )
license=( 'ISC' )
depends=( 'bash' 'jshon' 'curl' )
2015-11-19 15:36:16 +00:00
replaces=( 'zfh-tools' )
2015-06-01 13:15:16 +00:00
source=( "https://git.fleshless.org/u/fbt/$pkgname/snapshot/${pkgname}-${pkgver}.tar.gz" )
2015-06-01 13:15:16 +00:00
package() {
cd "${pkgname}-${pkgver}"
2015-11-19 16:01:02 +00:00
install -Dm755 ufw "$pkgdir/usr/bin/ufw"
install -Dm755 ufwd "$pkgdir/usr/bin/ufwd"
2015-06-01 13:15:16 +00:00
}
sha1sums=('6a5082b4d0158070f3f24ae49c47c8e3664ac8f1')