mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
New package: iotop-c-1.22
This commit is contained in:
parent
126871b82b
commit
6c14d25596
1 changed files with 20 additions and 0 deletions
20
srcpkgs/iotop-c/template
Normal file
20
srcpkgs/iotop-c/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue