mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:37:35 +00:00
Ports: Make array-like settings actual arrays
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
This commit is contained in:
parent
e507cfcdb0
commit
c07f91474d
149 changed files with 352 additions and 345 deletions
|
@ -2,10 +2,10 @@
|
|||
port=dosbox-staging
|
||||
version=0.76.0
|
||||
useconfigure=true
|
||||
configopts='--disable-opus-cdda --disable-fluidsynth --disable-dynamic-core'
|
||||
configopts=("--disable-opus-cdda" "--disable-fluidsynth" "--disable-dynamic-core")
|
||||
files="https://github.com/dosbox-staging/dosbox-staging/archive/refs/tags/v${version}.tar.gz v${version}.tar.gz 7df53c22f7ce78c70afb60b26b06742b90193b56c510219979bf12e0bb2dc6c7"
|
||||
auth_type=sha256
|
||||
depends="SDL2 libpng"
|
||||
depends=("SDL2" "libpng")
|
||||
launcher_name=DOSBox
|
||||
launcher_category=Games
|
||||
launcher_command=/usr/local/bin/dosbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue