Ports: Added quake package

Quake now will build and run on Serenity. There are a few issues,
that'll stop you from playing currently, however, such as SDL
not having any keyboard input, as well as `printf_internal` throwing
an assertion over the `.` format specifier. However, the game launches
perfectly.
This commit is contained in:
Jesse Buhagiar 2019-11-01 11:59:18 +11:00 committed by Andreas Kling
parent b0321bf290
commit 45e0c841ad

9
Ports/quake/package.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash ../.port_include.sh
port=quake
version=0.65
workdir=SerenityQuake-master
useconfigure=false
curlopts="-L"
files="https://github.com/SerenityOS/SerenityQuake/archive/master.tar.gz quake.tar.gz"
makeopts="V=1 SYMBOLS_ON=Y"
depends=SDL2