diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-31 17:35:38 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-31 18:04:34 +0000 |
commit | b8e04018923fb150c3c549b3258558ad8930ab6a (patch) | |
tree | 335f91510d8c7bc82b0d1fa739f09ab70394121c /htop | |
parent | 2e70b30bd7d59795dbd175fd05eff84b847dd756 (diff) | |
download | opt-b8e04018923fb150c3c549b3258558ad8930ab6a.tar.gz opt-b8e04018923fb150c3c549b3258558ad8930ab6a.tar.xz |
htop: adopted port
Diffstat (limited to 'htop')
-rw-r--r-- | htop/.signature | 4 | ||||
-rw-r--r-- | htop/Pkgfile | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/htop/.signature b/htop/.signature index 71842522d..960050e6d 100644 --- a/htop/.signature +++ b/htop/.signature @@ -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 diff --git a/htop/Pkgfile b/htop/Pkgfile index bf965ba37..056652e6e 100644 --- a/htop/Pkgfile +++ b/htop/Pkgfile @@ -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 } |