aboutsummaryrefslogtreecommitdiffstats
path: root/community/stress-ng/APKBUILD
blob: 426597192b67c650c60b94d173466ffffcfa4a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Contributor: Olliver Schinagl <oliver@schinagl.nl>
# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
pkgname=stress-ng
pkgver=0.09.57
pkgrel=0
pkgdesc="stress-ng will stress test a computer system in various selectable ways."
url="https://kernel.ubuntu.com/~cking/stress-ng/"
arch="all"
license="GPL-2.0-or-later"
options="!check" # tests are not portable
makedepends="
	linux-headers
	libaio-dev
	libbsd-dev
	lksctp-tools-dev
	zlib-dev
"
subpackages="$pkgname-doc"
source="
	https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-$pkgver.tar.xz
	0001-Remove-GLOB_ONLYDIR-for-musl.patch
"

build() {
	make
}

package() {
	make DESTDIR="${pkgdir}" \
		JOBDIR="/usr/share/doc/${pkgname}/example-jobs/" install
}

sha512sums="5c3bd06be0f66a6bbb88393b3d22400b5a307e4c45e27d7cb15502370b0873ec11c911aa31fa066400152169ec5bea29c1c0260899dedbc640fbef09ee672cb5  stress-ng-0.09.57.tar.xz
8b648cdeced325a04c494e84be78182a941ce4c11327c3c0c24bff2caf399ff09a8e88ad19b564f1eb614e9cdc1560377075ec866d90d17a55cb45498b0c3a0d  0001-Remove-GLOB_ONLYDIR-for-musl.patch"