opt/htop/Pkgfile
2020-12-13 19:05:04 +11:00

19 lines
430 B
Plaintext

# Description: An interactive process viewer
# URL: https://github.com/htop-dev/htop
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: ncurses
# Optional: lm_sensors lsof strace
name=htop
version=3.0.3
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
}