16 lines
441 B
Bash
16 lines
441 B
Bash
# Template file for 'ioping'
|
|
pkgname=ioping
|
|
version=1.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Simple disk I/O latency measuring tool"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/koct9i/ioping/"
|
|
distfiles="https://github.com/koct9i/ioping/archive/v${version}.tar.gz"
|
|
checksum=db999abb0f9de00bce800267965cdd9b826ebce6052e905b12d9f40076157088
|
|
|
|
do_install() {
|
|
vbin ioping
|
|
vman ioping.1
|
|
}
|