void-packages/srcpkgs/stress-ng/template

18 lines
538 B
Bash

# Template file for 'stress-ng'
pkgname=stress-ng
version=0.16.05
revision=1
build_style=gnu-makefile
make_use_env=1
short_desc="Load and stress a computer system"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/ColinIanKing/stress-ng/"
distfiles="https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V${version}.tar.gz"
checksum=ecb56e42a5ac6d94385de10ae8163a4fe50116d6b07e3ff61752d3854b630037
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi