void-packages/srcpkgs/ifstatus/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

19 lines
538 B
Bash

# Template file for 'ifstatus'
pkgname=ifstatus
version=2.0.0
revision=1
wrksrc=ifstatus-v${version}
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="ncurses-devel"
short_desc="Display network traffic on console"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2"
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
}