void-packages/srcpkgs/htop/template
2020-08-28 17:23:11 +02:00

21 lines
628 B
Bash

# Template file for 'htop'
pkgname=htop
version=3.0.0
revision=1
build_style=gnu-configure
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
hostmakedepends="python 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=1c0661f0ae5f4e2874da250b60cd515e4ac4c041583221adfe95f10e18d1a4e6
CFLAGS="-fcommon"
pre_configure() {
./autogen.sh
}