void-packages/srcpkgs/iotop-c/template

19 lines
540 B
Bash

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