17 lines
495 B
Bash
17 lines
495 B
Bash
# Template file for 'hyperfine'
|
|
pkgname=hyperfine
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Command-line benchmarking tool"
|
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/sharkdp/hyperfine"
|
|
changelog="https://github.com/sharkdp/hyperfine/releases"
|
|
distfiles="https://github.com/sharkdp/hyperfine/archive/v${version}.tar.gz"
|
|
checksum=75a34132f674aab519f812c149b8c87b3d87720d6e530b545c798ab2a0149084
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|