mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 03:27:45 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -4,7 +4,9 @@ useconfigure=true
|
|||
version=git
|
||||
workdir="${port}-main"
|
||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
||||
files="https://github.com/SerenityPorts/stpuzzles/archive/refs/heads/main.zip ${port}.zip"
|
||||
files=(
|
||||
"https://github.com/SerenityPorts/stpuzzles/archive/refs/heads/main.zip ${port}.zip"
|
||||
)
|
||||
|
||||
configure() {
|
||||
run cmake "${configopts[@]}" -DCMAKE_CXX_FLAGS="-std=c++2a -O2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue