17 lines
507 B
Bash
17 lines
507 B
Bash
# Template file for 'hyperfine'
|
|
pkgname=hyperfine
|
|
version=1.9.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Command-line benchmarking tool"
|
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
|
license="MIT, Apache-2.0"
|
|
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=c2b1c6b6364b849acad43dc740c693f5b75a1a4649f24f43967a98c59ad9e9f7
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|