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