mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: iptstate-2.2.7
This commit is contained in:
parent
a9a547f594
commit
5b02e33ebc
1 changed files with 18 additions and 0 deletions
18
srcpkgs/iptstate/template
Normal file
18
srcpkgs/iptstate/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue