mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:14:58 +00:00
10 lines
299 B
Bash
Executable file
10 lines
299 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/SerenityOS/SerenityQuake/archive/master.tar.gz quake.tar.gz"
|
|
makeopts="V=1 SYMBOLS_ON=Y "
|
|
depends=SDL2
|
|
|
|
export PATH=${SERENITY_ROOT}/Build/Root/usr/bin:$PATH
|