New package: hostfw-0.6.1

Closes: #7920 [via git-merge-pr]
This commit is contained in:
Andrew Benson 2017-10-02 11:07:57 -05:00 committed by Michael Aldridge
parent 3671db59cb
commit b823ca9162

22
srcpkgs/hostfw/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'hostfw'
pkgname=hostfw
version=0.6.1
revision=1
build_style=gnu-makefile
depends="iptables"
short_desc="Simple host-based permit-by-exception iptables generation script"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD"
homepage="https://github.com/abenson/hostfw/"
distfiles="https://github.com/abenson/hostfw/archive/v${version}.tar.gz"
checksum=5a27291222f2936e295ebc0a517931b5a261026f3c3b01b1bb688955c297ac1e
do_install() {
vbin firewall
vman firewall.1
}
post_install() {
vlicense COPYING.md
}