summaryrefslogtreecommitdiff
path: root/Ports/quake/package.sh
blob: 243cbd93c9474aaad4713e237fcde6acaeffc03f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 09400bae2dc667964ba6ce815962cb59"
auth_type=md5
makeopts="V=1 SYMBOLS_ON=Y "
depends=SDL2

# FIXME: Uhh, the things in this directory are not supposed to run on the host, why add this to $PATH?!
export PATH="${SERENITY_BUILD_DIR}/Root/usr/bin:${PATH}"