void-packages/srcpkgs/ioping/template

17 lines
471 B
Bash
Raw Normal View History

2014-10-11 11:27:24 +00:00
# Template file for 'ioping'
pkgname=ioping
version=0.9
2015-09-03 18:32:51 +00:00
revision=2
2014-10-11 11:27:24 +00:00
build_style=gnu-makefile
short_desc="Simple disk I/O latency measuring tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-10-11 11:27:24 +00:00
license="GPL-3"
2015-09-03 18:32:51 +00:00
homepage="https://github.com/koct9i/ioping/"
distfiles="https://github.com/koct9i/ioping/releases/download/v$version/${pkgname}-${version}.tar.gz"
2014-10-11 11:27:24 +00:00
checksum=951e430875987c8cfe0ed85a0bcfe1081788121a34102eb6f7c91330c63a775d
do_install() {
vbin ioping
vman ioping.1
}