From 45e0c841ad0b04cdc80e9641560a2506deeec7e6 Mon Sep 17 00:00:00 2001 From: Jesse Buhagiar Date: Fri, 1 Nov 2019 11:59:18 +1100 Subject: [PATCH] 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. --- Ports/quake/package.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 Ports/quake/package.sh diff --git a/Ports/quake/package.sh b/Ports/quake/package.sh new file mode 100755 index 0000000000..91326e430e --- /dev/null +++ b/Ports/quake/package.sh @@ -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