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

Ports/brogue: Add launcher entry

This commit is contained in:
Tim Ledbetter 2023-08-14 22:44:37 +01:00 committed by Jelle Raaijmakers
parent 0986533c11
commit 66d52db044

View file

@ -7,6 +7,10 @@ files=(
"https://github.com/tmewett/BrogueCE/archive/refs/tags/v${version}.tar.gz dc562cf774f88b12b6aeebdac5a00e62e8598b3f84da2130a54a67a60c5debf2"
)
makeopts+=("bin/brogue")
launcher_name='Brogue'
launcher_category='Games'
launcher_command='/usr/local/bin/brogue'
icon_file='bin/assets/icon.png'
install() {
datadir="${SERENITY_INSTALL_ROOT}/usr/local/share/games/brogue/assets"