mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Ports/brogue: Add launcher entry
This commit is contained in:
parent
0986533c11
commit
66d52db044
Notes:
sideshowbarker
2024-07-16 22:51:10 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/66d52db044 Pull-request: https://github.com/SerenityOS/serenity/pull/20580 Reviewed-by: https://github.com/gmta ✅
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue