pkgsrc/benchmarks/hyperfine/Makefile
pin dfb067e874 benchmarks/hyperfine: update to 1.15.0
v1.15.0
Features
 - Disable colorized output in case of TERM=dumb or NO_COLOR=1, see #542 and
   #555 (@nabijaczleweli)
 - Add new (experimental) --min-benchmarking-time <secs> option, see #527
   (@sharkdp)

Bugfixes
 - Fix user and kernel times on Windows, see #368 and #538 (@clemenswasser)

Other
 - Improve --help texts of --export-* options, see #506 and #522
   (@Engineer-of-Efficiency)
2022-09-08 07:21:03 +00:00

24 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.6 2022/09/08 07:21:03 pin Exp $
DISTNAME= hyperfine-1.15.0
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_GITHUB:=sharkdp/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/sharkdp/hyperfine/
COMMENT= Command-line benchmarking tool
LICENSE= apache-2.0
.include "cargo-depends.mk"
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/hyperfine \
${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/hyperfine.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/hyperfine.1
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"