Skip to content

Commit

Permalink
New package: c-iotop-1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarto committed May 3, 2022
1 parent 0ebb791 commit 561fed6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions srcpkgs/c-iotop/template
@@ -0,0 +1,24 @@
# Template file for 'c-iotop'
pkgname=c-iotop
version=1.21
revision=1
wrksrc="iotop-${version}"
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="ncurses-devel"
short_desc="View I/O usage of processes"
maintainer="Martin Dimov <martin@dmarto.com>"
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=90c11f984d5fdb7471b811c869919548e8aab969b516642ddc30441582cfe776
alternatives="
iotop:iotop:/usr/bin/c-iotop
iotop:iotop.8:/usr/share/man/man8/c-iotop.8
"
conflicts="iotop<=0.6_9"

do_install() {
vman iotop.8 c-iotop.8
vbin iotop c-iotop
}

0 comments on commit 561fed6

Please sign in to comment.