serenity/Ports/quake/package.sh
Jelle Raaijmakers f3877daac5 Ports: Build Quake in parallel
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.
2022-09-08 12:08:09 -04:00

13 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