19 lines
540 B
Bash
19 lines
540 B
Bash
# Template file for 'hostfw'
|
|
pkgname=hostfw
|
|
version=0.6.4
|
|
revision=1
|
|
noarch=yes
|
|
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="MIT"
|
|
homepage="https://github.com/abenson/hostfw/"
|
|
distfiles="https://github.com/abenson/hostfw/archive/v${version}.tar.gz"
|
|
checksum=15f24e175bcd8a04683d0fdf6588cafe577c98bc6cac1336a409de0e0ca3a36b
|
|
|
|
do_install() {
|
|
vbin firewall
|
|
vman firewall.1
|
|
vlicense COPYING.md LICENSE
|
|
}
|