opt/htop/Pkgfile

19 lines
419 B
Plaintext

# Description: An interactive process viewer
# URL: https://github.com/htop-dev/htop
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: ncurses
# Optional: lm_sensors lsof strace
name=htop
version=3.1.1
release=1
source=(https://github.com/htop-dev/htop/archive/$version/htop-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}