mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 04:25:18 +02:00
14 lines
570 B
Bash
14 lines
570 B
Bash
# Template file for 'htop'
|
|
pkgname=htop
|
|
version=3.4.1
|
|
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=904f7d4580fc11cffc7e0f06895a4789e0c1c054435752c151e812fead9f6220
|