mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
htop: update to 3.0.0.
This commit is contained in:
parent
270a60fc01
commit
42230a3d49
1 changed files with 12 additions and 5 deletions
|
@ -1,14 +1,21 @@
|
||||||
# Template file for 'htop'
|
# Template file for 'htop'
|
||||||
pkgname=htop
|
pkgname=htop
|
||||||
version=2.2.0
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
|
configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python automake"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Interactive process viewer"
|
short_desc="Interactive process viewer"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://hisham.hm/htop"
|
homepage="https://htop.dev/"
|
||||||
distfiles="http://hisham.hm/$pkgname/releases/$version/$pkgname-$version.tar.gz"
|
changelog="https://github.com/htop-dev/htop/blob/master/ChangeLog"
|
||||||
checksum=d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57
|
distfiles="https://github.com/htop-dev/htop/archive/${version}.tar.gz"
|
||||||
|
checksum=1c0661f0ae5f4e2874da250b60cd515e4ac4c041583221adfe95f10e18d1a4e6
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue