Skip to content

Commit

Permalink
Ports: Added quake package
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Quaker762 authored and awesomekling committed Nov 1, 2019
1 parent b0321bf commit 45e0c84
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Ports/quake/package.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 45e0c84

Please sign in to comment.