ports/opt (3.6): htop: update to use python3
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit e06188cf7ca0daa761bc5902facaec7f0f027b80 Author: Danny Rawlins <monster.romster@gmail.com> Date: Mon Aug 17 00:00:25 2020 +1000 htop: update to use python3 diff --git a/htop/.signature b/htop/.signature index 07e6b4236..adb4fa1f3 100644 --- a/htop/.signature +++ b/htop/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/QVu5laa7Sm1b7nStaKBQy365wGIbPpGZU8JPhN/ftvh826K/KGJGlfztDnFZ/PrH7VcPOA7Ky0guaSpizrW5AY= -SHA256 (Pkgfile) = b5f7b9d263f0376aef5ff06b676fae66e59b494f8339b3e2c04582c0e13b40b7 +RWSE3ohX2g5d/fFmmgJmleMoOwpj2D+cK29aJaxHa+uBFwZuJwPF96r0S1jPyn7aCQ9obnW+WqGfkK19mJAp68Y7UvU2jAvLxgY= +SHA256 (Pkgfile) = e305c315a91f0e6509ede0b763cb5a57154477c3087716ee46374ee1408ffca6 SHA256 (.footprint) = f11cf3a232e1f7885985d2d8ee00b4dbfbd263941e45f11afb4c6c56829b148f SHA256 (htop-2.2.0.tar.gz) = d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57 diff --git a/htop/Pkgfile b/htop/Pkgfile index 518e1da59..7344ded26 100644 --- a/htop/Pkgfile +++ b/htop/Pkgfile @@ -1,15 +1,16 @@ -# Description: an interactive process viewer +# Description: An interactive process viewer # URL: http://hisham.hm/htop -# Maintainer: Thomas Penteker, tek at serverop dot d -# Depends on: python +# Maintainer: Thomas Penteker, tek at serverop dot de +# Depends on: ncurses python3 name=htop version=2.2.0 -release=1 +release=2 source=(https://hisham.hm/htop/releases/$version/htop-$version.tar.gz) build() { cd $name-$version + sed -i -e 's/python/python3/g' scripts/MakeHeader.py ./configure --prefix=/usr make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu