mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
f3877daac5
Instead of overwriting the existing `-j` makeopt, we only append options. This brings the build time for the Quake port down from 24.3s to 4.4s on my machine.
12 lines
347 B
Bash
Executable file
12 lines
347 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=quake
|
|
version=0.65
|
|
workdir=SerenityQuake-master
|
|
useconfigure=false
|
|
files="https://github.com/SerenityPorts/SerenityQuake/archive/master.tar.gz quake.tar.gz"
|
|
makeopts+=("V=1" "SYMBOLS_ON=Y")
|
|
depends=("SDL2")
|
|
launcher_name=Quake
|
|
launcher_category=Games
|
|
launcher_command=/bin/quake
|
|
icon_file=quake.png
|