aboutsummaryrefslogtreecommitdiffstats
path: root/main/htop/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/htop/APKBUILD')
-rw-r--r--main/htop/APKBUILD19
1 files changed, 8 insertions, 11 deletions
diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD
index ae06d40154f..4cd5c8ee70b 100644
--- a/main/htop/APKBUILD
+++ b/main/htop/APKBUILD
@@ -1,21 +1,16 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=htop
-pkgver=3.0.5
-pkgrel=2
+pkgver=3.3.0
+pkgrel=0
pkgdesc="Interactive process viewer"
url="https://htop.dev/"
arch="all"
license="GPL-2.0-or-later"
-makedepends="ncurses-dev python3 autoconf automake linux-headers"
+makedepends="ncurses-dev python3 linux-headers lm-sensors-dev"
subpackages="$pkgname-doc"
+source="https://github.com/htop-dev/htop/releases/download/$pkgver/htop-$pkgver.tar.xz"
options="!check" # no upstream/available test-suite
-source="$pkgname-$pkgver.tar.gz::https://github.com/htop-dev/htop/archive/$pkgver.tar.gz"
-
-prepare() {
- default_prepare
- ./autogen.sh
-}
build() {
./configure \
@@ -31,7 +26,9 @@ build() {
}
package() {
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" pixmapdir=/usr/share/icons/hicolor/128x128/apps install
}
-sha512sums="7dae83ceff6b3f30e69c30c9559dbb3bf69281df006c6a26e4e2c49dd5a147e05ed7bafeeac8ec5bedc8ba670470100cc128209a92654858f98df09a9394594f htop-3.0.5.tar.gz"
+sha512sums="
+f98d4a4370954969d0ae16993d80ca5ce48670a711f17445de979513ac9caf2b197291732d937ae07d48709ded660ea09601b3a41ad7c48b3abb87e7a67deb65 htop-3.3.0.tar.xz
+"