2025-01-17 16:26:26 +01:00

19 lines
540 B
Bash

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