18 lines
525 B
Bash
18 lines
525 B
Bash
# Template file for 'ifstatus'
|
|
pkgname=ifstatus
|
|
version=2.0.0
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="ncurses-devel"
|
|
short_desc="Display network traffic on console"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://ifstatus.sourceforge.net/graphic/index.html"
|
|
distfiles="http://ifstatus.sourceforge.net/download/ifstatus-v${version}.tar.gz"
|
|
checksum=7b4a6124b02e41b4fe532a634bbc66e5749145d1963455190c20f5518513c258
|
|
|
|
do_install() {
|
|
vbin ifstatus
|
|
}
|