void-packages/srcpkgs/htop/template
2020-12-11 15:05:10 +01:00

21 lines
621 B
Bash

# Template file for 'htop'
pkgname=htop
version=3.0.3
revision=1
build_style=gnu-configure
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
hostmakedepends="automake"
makedepends="ncurses-devel"
short_desc="Interactive process viewer"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="GPL-2.0-only"
homepage="https://htop.dev/"
changelog="https://github.com/htop-dev/htop/blob/master/ChangeLog"
distfiles="https://github.com/htop-dev/htop/archive/${version}.tar.gz"
checksum=725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2
CFLAGS="-fcommon"
pre_configure() {
./autogen.sh
}