mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
7 lines
280 B
Bash
Executable File
7 lines
280 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"
|
|
makeopts="STATIC=1 LDFLAGS=-L${SERENITY_ROOT}/Build/Root/usr/local/lib"
|