ufw-tools/PKGBUILD

24 lines
561 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'
2015-11-13 02:15:05 +00:00
pkgver='1.7.2'
2015-06-01 13:15:16 +00:00
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' )
2015-11-19 15:36:16 +00:00
replaces=( 'zfh-tools' )
2015-06-01 13:15:16 +00:00
2015-11-19 15:36:16 +00:00
source=( "https://git.fleshless.org/$pkgname/snapshot/${pkgname}-${pkgver}.tar.gz" )
2015-06-01 13:15:16 +00:00
package() {
cd "${pkgname}-${pkgver}"
2015-11-19 15:36:16 +00:00
install -Dm755 sup "$pkgdir/usr/bin/ufw"
install -Dm755 supd "$pkgdir/usr/bin/ufwd"
2015-06-01 13:15:16 +00:00
}
2015-11-19 15:38:05 +00:00
sha1sums=('0e47ab213e5245d9435608c655dac0548806ec2f')