void-packages/srcpkgs/bwm-ng/template
Nathan Owens 92d4c038e6 bwm-ng: unmark nocross
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-25 20:47:33 +01:00

20 lines
577 B
Bash

# Template file for 'bwm-ng'
pkgname=bwm-ng
version=0.6.2
revision=1
build_style=gnu-configure
hostmakedepends="automake"
makedepends="ncurses-devel libstatgrab-devel"
short_desc="Console-based live network and disk io bandwidth monitor"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://www.gropp.org/?id=projects&sub=bwm-ng"
distfiles="https://github.com/vgropp/bwm-ng/archive/v${version}.tar.gz"
checksum=906a2d561f2ec9e0dd68b7f51b302908e99515ea1216d0ecaf14d873ef54ae70
CFLAGS="-fgnu89-inline"
pre_configure() {
autoreconf -fi
}