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:
parent
0986533c11
commit
66d52db044
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…
Add table
Add a link
Reference in a new issue