19 lines
544 B
Bash
19 lines
544 B
Bash
# Template file for 'iptstate'
|
|
pkgname=iptstate
|
|
version=2.2.7
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="libnetfilter_conntrack-devel ncurses-devel"
|
|
short_desc="Display iptables state"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Zlib"
|
|
homepage="https://github.com/jaymzh/iptstate"
|
|
distfiles="https://github.com/jaymzh/iptstate/releases/download/v${version}/iptstate-${version}.tar.bz2"
|
|
checksum=896df0602885456a2631f795d634fc21311e505f8c910348e6312860f2097955
|
|
|
|
do_install() {
|
|
vbin iptstate
|
|
vman iptstate.8
|
|
vlicense LICENSE
|
|
}
|