htop: adopted port

This commit is contained in:
Tim Biermann 2021-01-31 17:35:38 +00:00
parent 2e70b30bd7
commit b8e0401892
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SmvhT0OFNQq+kZz+QyRDvSEdwfi5zC3P62wD+DjTmW448QSVctEANap7ibVa+YAVeT224tGtny2W9/isY9LHQo=
SHA256 (Pkgfile) = 74e291df7a709d2de99dfb4929345c6c5c335bd4d369e167244ad67268528a2e
RWSE3ohX2g5d/aeW4TPmCFvBZttuhrk1wUtc6fqqIciVKiotR72bFRDfP3eQwhK1lU4bzn1UIxwwvrmyZw9FonGZXdIatZaudw0=
SHA256 (Pkgfile) = cf528ae6876a117ce443fc0fccd221c53ea205517bf4a876c7a14d7efe903ac7
SHA256 (.footprint) = b377a802671ebe4fd8ea2812caa2a98f5f017a5069a04a48f12e97f6703d80b4
SHA256 (htop-3.0.5.tar.gz) = 4c2629bd50895bd24082ba2f81f8c972348aa2298cc6edc6a21a7fa18b73990c

View File

@ -1,8 +1,8 @@
# 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
# 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.0.5
@ -10,9 +10,9 @@ 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
cd $name-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}