Files
ufw-tools/PKGBUILD
T

24 lines
577 B
Bash
Raw Normal View History

2015-06-01 16:15:16 +03:00
# Maintainer: Jack L. Frost <fbt@fleshless.org>
2019-11-17 18:26:04 +03:00
# % Trigger: 1574004357 %
2015-06-01 16:15:16 +03:00
2019-05-09 23:33:42 +03:00
pkgname=ufw-tools
2019-11-22 12:53:59 +03:00
pkgver=1.15.3
2019-05-09 23:33:42 +03:00
pkgrel=1
2015-11-19 18:36:16 +03:00
pkgdesc='A set of tools for zerofiles.org (8fw.me)'
url="https://git.fleshless.org/$pkgname"
2015-06-01 16:15:16 +03:00
arch=( 'any' )
license=( 'ISC' )
2016-03-06 18:59:41 +03:00
depends=( 'bash' 'jshon' 'curl' )
2015-11-19 18:36:16 +03:00
replaces=( 'zfh-tools' )
2015-06-01 16:15:16 +03:00
2017-11-23 02:04:24 +03:00
source=( "https://git.fleshless.org/u/fbt/$pkgname/snapshot/${pkgname}-${pkgver}.tar.gz" )
2015-06-01 16:15:16 +03:00
package() {
cd "${pkgname}-${pkgver}"
2015-11-19 19:01:02 +03:00
install -Dm755 ufw "$pkgdir/usr/bin/ufw"
install -Dm755 ufwd "$pkgdir/usr/bin/ufwd"
2015-06-01 16:15:16 +03:00
}
2019-11-22 12:53:59 +03:00
sha1sums=('8b98d1355b0a4f7dac62eae073e3477402e9286f')