mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
14 lines
570 B
Bash
14 lines
570 B
Bash
# Template file for 'htop'
|
|
pkgname=htop
|
|
version=3.4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-unicode --enable-sensors"
|
|
makedepends="ncurses-devel libsensors-devel"
|
|
short_desc="Interactive process viewer"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://htop.dev/"
|
|
changelog="https://raw.githubusercontent.com/htop-dev/htop/main/ChangeLog"
|
|
distfiles="https://github.com/htop-dev/htop/releases/download/${version}/htop-${version}.tar.xz"
|
|
checksum=feaabd2d31ca27c09c367a3b1b547ea9f96105fc41f4dfa799e2f49daad5de29
|