mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:24:58 +00:00
10 lines
291 B
Bash
Executable file
10 lines
291 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=stress-ng
|
|
version=0.11.23
|
|
workdir=stress-ng-${version}
|
|
files="https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz stress-ng-${version}.tar.gz"
|
|
installopts="DESTDIR=$SERENITY_ROOT/Build/Root"
|
|
|
|
build() {
|
|
run make STATIC=1
|
|
}
|