19 lines
540 B
Bash
19 lines
540 B
Bash
# Template file for 'iotop-c'
|
|
pkgname=iotop-c
|
|
version=1.23
|
|
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=56a3b090f7a2ba26d24a2ffe641195f47f9243c532c86b665140d7be9b8ec981
|
|
|
|
do_install() {
|
|
vbin iotop iotop-c
|
|
vman iotop.8 iotop-c.8
|
|
}
|