mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:17:36 +00:00
Ports/brogue: Update formatting to be consistent with other ports
This commit is contained in:
parent
b5f34b3cda
commit
3782903642
1 changed files with 7 additions and 2 deletions
|
@ -1,12 +1,17 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='brogue'
|
port='brogue'
|
||||||
depends=("SDL2" "SDL2_image")
|
depends=(
|
||||||
|
'SDL2'
|
||||||
|
'SDL2_image'
|
||||||
|
)
|
||||||
version='1.12'
|
version='1.12'
|
||||||
workdir="BrogueCE-${version}"
|
workdir="BrogueCE-${version}"
|
||||||
files=(
|
files=(
|
||||||
"https://github.com/tmewett/BrogueCE/archive/refs/tags/v${version}.tar.gz aeed3f6ca0f4e352137b0196e9dddbdce542a9e99dda9effd915e018923cd428"
|
"https://github.com/tmewett/BrogueCE/archive/refs/tags/v${version}.tar.gz aeed3f6ca0f4e352137b0196e9dddbdce542a9e99dda9effd915e018923cd428"
|
||||||
)
|
)
|
||||||
makeopts+=("bin/brogue")
|
makeopts+=(
|
||||||
|
'bin/brogue'
|
||||||
|
)
|
||||||
launcher_name='Brogue'
|
launcher_name='Brogue'
|
||||||
launcher_category='Games'
|
launcher_category='Games'
|
||||||
launcher_command='/usr/local/bin/brogue'
|
launcher_command='/usr/local/bin/brogue'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue