16 lines
446 B
Bash
16 lines
446 B
Bash
# Template file for 'ioping'
|
|
pkgname=ioping
|
|
version=1.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Simple disk I/O latency measuring tool"
|
|
maintainer="teldra <teldra@rotce.de>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/koct9i/ioping/"
|
|
distfiles="https://github.com/koct9i/ioping/archive/v${version}.tar.gz"
|
|
checksum=d3e4497c653a1e96df67c72ce2b70da18e9f5e3b93179a5bb57a6e30ceacfa75
|
|
|
|
do_install() {
|
|
vbin ioping
|
|
vman ioping.1
|
|
}
|