mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-30 03:20:28 +00:00
f46d80ac4f
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
10 lines
No EOL
281 B
Bash
Executable file
10 lines
No EOL
281 B
Bash
Executable file
#!/bin/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"
|
|
makeopts="V=1 SYMBOLS_ON=Y "
|
|
depends=SDL2
|
|
|
|
export PATH=${SERENITY_ROOT}/Root/usr/bin:$PATH |