mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
hyperfine: update to 1.16.0
This commit is contained in:
parent
47bc417d69
commit
acd90448ce
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hyperfine'
|
||||
pkgname=hyperfine
|
||||
version=1.15.0
|
||||
version=1.16.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Command-line benchmarking tool"
|
||||
|
@ -9,13 +9,14 @@ license="MIT, Apache-2.0"
|
|||
homepage="https://github.com/sharkdp/hyperfine"
|
||||
changelog="https://raw.githubusercontent.com/sharkdp/hyperfine/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/sharkdp/hyperfine/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=b1a7a11a1352cdb549cc098dd9caa6c231947cc4dd9cd91ec25072d6d2978172
|
||||
checksum=87186d3d41ee9552d6c3151a8cbba5b155b4aee350a15ecb159471ba6250ac8e
|
||||
|
||||
export SHELL_COMPLETIONS_DIR=${XBPS_BUILDDIR}/${pkgname}-${version}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
vman doc/hyperfine.1
|
||||
|
||||
cd "target/${RUST_TARGET}/release/build/hyperfine-"*/out
|
||||
vcompletion hyperfine.bash bash
|
||||
vcompletion hyperfine.fish fish
|
||||
vcompletion _hyperfine zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue