htop: update to use python3
This commit is contained in:
parent
45735e5cdb
commit
e06188cf7c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user