1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:07:35 +00:00

Ports: Add launchers for some of the ports

This commit is contained in:
Gunnar Beutner 2021-04-20 18:36:03 +02:00 committed by Linus Groh
parent 1e5a7ca0a7
commit e72235b981
9 changed files with 57 additions and 5 deletions

View file

@ -6,6 +6,9 @@ useconfigure=false
files="https://github.com/SerenityOS/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
# FIXME: Uhh, the things in this directory are not supposed to run on the host, why add this to $PATH?!
export PATH="${SERENITY_INSTALL_ROOT}/usr/bin:${PATH}"