New package: iotop-c-1.22

This commit is contained in:
Leah Neukirchen 2022-07-14 17:07:24 +02:00
parent 126871b82b
commit 6c14d25596

20
srcpkgs/iotop-c/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'iotop-c'
pkgname=iotop-c
version=1.22
revision=1
wrksrc="iotop-${version}"
#create_wrksrc=yes
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/archive/v${version}.tar.gz"
checksum=fd7fc79a3bb96a33dc370ff2982ebed2e96b10580786ed7a529b15c6b64b2912
do_install() {
vbin iotop iotop-c
vman iotop.8 iotop-c.8
}