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