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="f1bbc0aad05293b0bcff015f882f9eb07edca84f95ab397dbd286ca5ff8e55bd
|
|
7e20135e01e8a6b71475b05836e248fcd3f365ada3cbc0634c911f27d807d679
|
|
b0ae64d28f62cfd5b0121572e243762a44df70dd24d471b5327dfe650fb6c37e"
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
vbin firewall
|
|
vman firewall.1
|
|
vlicense COPYING.md LICENSE
|
|
}
|