void-packages/srcpkgs/iotop-c/template

19 lines
540 B
Bash

# Template file for 'iotop-c'
pkgname=iotop-c
version=1.24
revision=1
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=1fe203fe3dff6101dd7da89c907c4df72f30e0b0e64d9ead1346fe1b74aaf1e5
do_install() {
vbin iotop iotop-c
vman iotop.8 iotop-c.8
}