mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 13:00:29 +00:00
11 lines
321 B
Bash
Executable file
11 lines
321 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=quake
|
|
version=0.65
|
|
workdir=SerenityQuake-master
|
|
useconfigure=false
|
|
files="https://github.com/SerenityPorts/SerenityQuake/archive/master.tar.gz quake.tar.gz"
|
|
makeopts=("V=1" "SYMBOLS_ON=Y")
|
|
depends=("SDL2")
|
|
launcher_name=Quake
|
|
launcher_category=Games
|
|
launcher_command=quake
|