summaryrefslogtreecommitdiff
path: root/Ports/quake/package.sh
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-04-20 18:36:03 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-23 11:33:57 +0200
commite72235b9812557c8e313b2d49a8bdd21abfda843 (patch)
treec8772fcf8d172b0e743e635b445f616408fcd2c9 /Ports/quake/package.sh
parent1e5a7ca0a7f4ab8cf4de06533902a699b57a9509 (diff)
downloadserenity-e72235b9812557c8e313b2d49a8bdd21abfda843.zip
Ports: Add launchers for some of the ports
Diffstat (limited to 'Ports/quake/package.sh')
-rwxr-xr-xPorts/quake/package.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Ports/quake/package.sh b/Ports/quake/package.sh
index 79042203fb..1cee8db712 100755
--- a/Ports/quake/package.sh
+++ b/Ports/quake/package.sh
@@ -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}"