# Description: A top-like interface to your netfilter connection-tracking table.
# URL: https://github.com/jaymzh/iptstate/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: ncurses libnetfilter_conntrack

name=iptstate
version=2.3.0
release=1
source=(https://github.com/jaymzh/iptstate/archive/v$version/$name-$version.tar.gz)

build() {
  cd $name-$version

  make
  install -D -m755 $name $PKG/usr/sbin/$name
  install -D -m644 $name.8 $PKG/usr/share/man/man8/$name.8
}
