ufw-tools/PKGBUILD

24 lines
561 B
Bash

# Maintainer: Jack L. Frost <fbt@fleshless.org>
# % Trigger: 1434966060 %
pkgname='ufw-tools'
pkgver='1.7.2'
pkgrel='1'
pkgdesc='A set of tools for zerofiles.org (8fw.me)'
url="https://git.fleshless.org/$pkgname"
arch=( 'any' )
license=( 'ISC' )
depends=( 'bash' )
replaces=( 'zfh-tools' )
source=( "https://git.fleshless.org/$pkgname/snapshot/${pkgname}-${pkgver}.tar.gz" )
package() {
cd "${pkgname}-${pkgver}"
install -Dm755 sup "$pkgdir/usr/bin/ufw"
install -Dm755 supd "$pkgdir/usr/bin/ufwd"
}
sha1sums=('0e47ab213e5245d9435608c655dac0548806ec2f')