mirror of
https://github.com/RGBCube/serenity
synced 2025-07-31 01:17:45 +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
|
@ -3,7 +3,7 @@ port=sfinx
|
|||
version="1.1"
|
||||
files="https://downloads.scummvm.org/frs/extras/Sfinx/sfinx-en-v1.1.zip ${port}-en-v${version}.zip f516b30a046526f78cbc923d8f907d267ab964ccd9b770afc72350e8d467ec4d"
|
||||
auth_type=sha256
|
||||
depends="scummvm"
|
||||
depends=("scummvm")
|
||||
workdir="${port}-en-v${version}"
|
||||
|
||||
resource_path="/usr/local/share/games/${port}-${version}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue