23 lines
822 B
Bash
23 lines
822 B
Bash
# Template file for 'hostfw'
|
|
pkgname=hostfw
|
|
version=0.6.3
|
|
revision=1
|
|
build_style=fetch
|
|
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://raw.githubusercontent.com/abenson/hostfw/v${version}/firewall
|
|
https://raw.githubusercontent.com/abenson/hostfw/v${version}/COPYING.md
|
|
https://raw.githubusercontent.com/abenson/hostfw/v${version}/firewall.1"
|
|
checksum="65dbd26f145ac955abf2f6afb359b5214949153fb1f6442595f304bf51516459
|
|
b7336a62d3846b4851bfb87829b374dd226b63e304a055c2fdb18abeaee84866
|
|
30542c020b11d123a1d067bf6baa140eade18e605486e22f2dbab3787968dfaf"
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
vbin firewall
|
|
vman firewall.1
|
|
vlicense COPYING.md LICENSE
|
|
}
|