# Template file for 'htop' pkgname=htop version=3.0.5 revision=2 build_style=gnu-configure # NOTE: change --with-sensors to --enable-sensors next update configure_args="--enable-unicode --with-sensors" hostmakedepends="automake" makedepends="ncurses-devel libsensors-devel" short_desc="Interactive process viewer" maintainer="Frank Steinborn " 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=4c2629bd50895bd24082ba2f81f8c972348aa2298cc6edc6a21a7fa18b73990c CFLAGS="-fcommon" pre_configure() { ./autogen.sh }