void-packages/srcpkgs/iotop-c/template

20 lines
566 B
Bash
Raw Normal View History

2022-07-14 17:07:24 +02:00
# Template file for 'iotop-c'
pkgname=iotop-c
version=1.22
2022-07-18 13:38:34 +02:00
revision=2
2022-07-14 17:07:24 +02:00
wrksrc="iotop-${version}"
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="ncurses-devel"
short_desc="Utility like top for IO"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/Tomas-M/iotop"
2022-07-18 13:38:34 +02:00
distfiles="https://github.com/Tomas-M/iotop/releases/download/v${version}/iotop-${version}.tar.xz"
checksum=b61fb9fb0c19307bdff7c671d231276b86ebafd166770fd38be3573b1b40353c
2022-07-14 17:07:24 +02:00
do_install() {
vbin iotop iotop-c
vman iotop.8 iotop-c.8
}