13 lines
568 B
Makefile
13 lines
568 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="stress-ng"
|
|
PKG_VERSION="0.14.06"
|
|
PKG_SHA256="54f6c3f84b20efedafd3394ec168e53632a685cfdd76f24270653e898d9ede08"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="https://github.com/ColinIanKing/stress-ng"
|
|
PKG_URL="https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain attr keyutils libaio libcap zlib"
|
|
PKG_LONGDESC="stress-ng will stress test a computer system in various selectable ways"
|
|
PKG_BUILD_FLAGS="-sysroot"
|