New package: hyperfine-0.3.0

Closes: #11011 [via git-merge-pr]
This commit is contained in:
Wilson Birney 2018-01-20 21:34:51 -05:00 committed by Jürgen Buchmüller
parent 785b2ad7af
commit 6a38716122
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'hyperfine'
pkgname=hyperfine
version=0.3.0
revision=1
hostmakedepends="cargo"
short_desc="A command-line benchmarking tool "
maintainer="Wilson Birney <wpb@360scada.com>"
license="MIT"
homepage="https://github.com/sharkdp/hyperfine"
distfiles="https://github.com/sharkdp/hyperfine/archive/v${version}.tar.gz"
checksum=75a5282d024dafc68537fbf9251e36710b6450ccaaec31a85f9459d3c82e5267
nocross=yes
do_build() {
cargo build --release ${makejobs}
}
do_install() {
vlicense LICENSE-MIT
vbin target/release/${pkgname}
}