void-packages/srcpkgs/htop/template
UsernameRandomlyGenerated ac4fb0c146 htop: update to 3.1.2.
2021-12-20 13:04:31 +01:00

22 lines
620 B
Bash

# Template file for 'htop'
pkgname=htop
version=3.1.2
revision=1
build_style=gnu-configure
configure_args="--enable-unicode --enable-sensors"
hostmakedepends="automake"
makedepends="ncurses-devel libsensors-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=fe9559637c8f21f5fd531a4c072048a404173806acbdad1359c6b82fd87aa001
CFLAGS="-fcommon"
pre_configure() {
./autogen.sh
}