From b823ca9162f75176d4ba368cae5bcba34aee1234 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 2 Oct 2017 11:07:57 -0500 Subject: [PATCH] New package: hostfw-0.6.1 Closes: #7920 [via git-merge-pr] --- srcpkgs/hostfw/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/hostfw/template 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 +} +