mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
10 lines
246 B
Bash
Executable File
10 lines
246 B
Bash
Executable File
#!/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
|