void-packages/srcpkgs/iotop-c/template

19 lines
540 B
Bash

# Template file for 'iotop-c'
pkgname=iotop-c
version=1.26
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=8739dc429c9c07f51955cb01ccfba081c9776f63134d24a2454e2598873fcd1e
do_install() {
vbin iotop iotop-c
vman iotop.8 iotop-c.8
}