opt/htop/Pkgfile

19 lines
419 B
Plaintext
Raw Normal View History

2020-09-26 18:27:21 +02:00
# Description: An interactive process viewer
2021-01-31 18:35:38 +01:00
# URL: https://github.com/htop-dev/htop
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: ncurses
# Optional: lm_sensors lsof strace
2006-02-23 16:26:10 +01:00
name=htop
2023-02-05 13:45:18 +01:00
version=3.2.2
2020-09-26 18:27:21 +02:00
release=1
source=(https://github.com/htop-dev/htop/archive/$version/htop-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2021-01-31 18:35:38 +01:00
cd $name-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}