90bcb3b5aa
Not bundled by default, needs to be added manually
13 lines
569 B
Makefile
13 lines
569 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
# Copyright (C) 2024 JELOS (https://github.com/JustEnoughLinuxOS)
|
|
|
|
PKG_NAME="stress-ng"
|
|
PKG_VERSION="2f22ad595f067aa940cfe4f64107e10872c2f7b5" # V0.17.04
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="https://github.com/ColinIanKing/stress-ng"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
GET_HANDLER_SUPPORT="git"
|
|
PKG_DEPENDS_TARGET="toolchain attr keyutils libaio libcap zlib libjpeg-turbo"
|
|
PKG_LONGDESC="stress-ng will stress test a computer system in various selectable ways"
|
|
PKG_TOOLCHAIN="make"
|