diff --git a/srcpkgs/hostfw/template b/srcpkgs/hostfw/template new file mode 100644 index 00000000000..4a93d4ac245 --- /dev/null +++ b/srcpkgs/hostfw/template @@ -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 " +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 +} +