opt/htop/Pkgfile

18 lines
392 B
Plaintext
Raw Normal View History

2020-09-26 18:27:21 +02:00
# Description: An interactive process viewer
# URL: https://github.com/htop-dev/htop
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: ncurses
2006-02-23 16:26:10 +01:00
name=htop
2020-09-26 18:27:21 +02:00
version=3.0.2
release=1
source=(https://github.com/htop-dev/htop/archive/$version/htop-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2020-09-26 18:27:21 +02:00
cd $name-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}