mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 12:46:19 +00:00
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.16.04"
|
|
PKG_SHA256="3453719508e9e02c57a736c154408538372d078be7dcf8e0165d37a821cdba45"
|
|
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"
|