void-packages/srcpkgs/iotop-c/template

19 lines
540 B
Bash

# Template file for 'iotop-c'
pkgname=iotop-c
version=1.22
revision=2
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"
distfiles="https://github.com/Tomas-M/iotop/releases/download/v${version}/iotop-${version}.tar.xz"
checksum=b61fb9fb0c19307bdff7c671d231276b86ebafd166770fd38be3573b1b40353c
do_install() {
vbin iotop iotop-c
vman iotop.8 iotop-c.8
}