# Contributor: Sören Tempel # Maintainer: A. Wilcox pkgname=htop pkgver=3.3.0 pkgrel=0 pkgdesc="Interactive process viewer" url="https://htop.dev/" arch="all" options="!check" # No test suite. license="GPL-2.0+" depends="" makedepends="libexecinfo-dev ncurses-dev python3" subpackages="$pkgname-doc" source="https://github.com/htop-dev/htop/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" build() { LIBS="-lexecinfo" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } package() { make DESTDIR="$pkgdir" install } sha512sums="f98d4a4370954969d0ae16993d80ca5ce48670a711f17445de979513ac9caf2b197291732d937ae07d48709ded660ea09601b3a41ad7c48b3abb87e7a67deb65 htop-3.3.0.tar.xz"