ufw-tools/PKGBUILD

24 lines
583 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
2015-11-19 15:36:16 +00:00
pkgname='ufw-tools'
pkgver='1.13.1'
pkgrel='2'
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=('1443e1240d29ebce9cf456dd3cd87e2f1a6df120')