1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 01:27:34 +00:00

Ports: Remove redundant 'workdir' entries

This commit is contained in:
Linus Groh 2021-03-11 20:23:28 +01:00 committed by Andreas Kling
parent 37f837bde7
commit f9cf6bfce1
12 changed files with 1 additions and 12 deletions

View file

@ -1,6 +1,5 @@
#!/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_BUILD_DIR}/Root/usr/local/lib"