mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
iotop-c: use upstream release tarball.
This commit is contained in:
parent
dad3b041cc
commit
391107b088
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'iotop-c'
|
# Template file for 'iotop-c'
|
||||||
pkgname=iotop-c
|
pkgname=iotop-c
|
||||||
version=1.22
|
version=1.22
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="iotop-${version}"
|
wrksrc="iotop-${version}"
|
||||||
#create_wrksrc=yes
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -11,8 +10,8 @@ short_desc="Utility like top for IO"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/Tomas-M/iotop"
|
homepage="https://github.com/Tomas-M/iotop"
|
||||||
distfiles="https://github.com/Tomas-M/iotop/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Tomas-M/iotop/releases/download/v${version}/iotop-${version}.tar.xz"
|
||||||
checksum=fd7fc79a3bb96a33dc370ff2982ebed2e96b10580786ed7a529b15c6b64b2912
|
checksum=b61fb9fb0c19307bdff7c671d231276b86ebafd166770fd38be3573b1b40353c
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin iotop iotop-c
|
vbin iotop iotop-c
|
||||||
|
|
Loading…
Add table
Reference in a new issue