void-packages/srcpkgs/htop/template
2020-09-05 00:51:45 +02:00

21 lines
628 B
Bash

# Template file for 'htop'
pkgname=htop
version=3.0.1
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=8465164bc085f5f1813e1d3f6c4b9b56bf4c95cc12226a5367e65794949b01ca
CFLAGS="-fcommon"
pre_configure() {
./autogen.sh
}