mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 15:43:36 +03:00
4472cab81a
By setting the absolute path for `launcher_command`, the menu item actually shows up. Provide an `icon_file` as well so it's pretty.
13 lines
346 B
Bash
Executable File
13 lines
346 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=/bin/quake
|
|
icon_file=quake.png
|