mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57: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=freeciv
|
||||
version=3.0.0-beta2
|
||||
useconfigure=true
|
||||
configopts="--enable-client=sdl2 --enable-fcmp=no"
|
||||
configopts=("--enable-client=sdl2" "--enable-fcmp=no")
|
||||
files="http://files.freeciv.org/beta/freeciv-${version}.tar.xz freeciv-${version}.tar.xz 9f44dc28068b239c18bda68192ddb27622030880f8ab9c17f777eac28391269e"
|
||||
auth_type=sha256
|
||||
depends="SDL2 SDL2_image SDL2_mixer SDL2_ttf SDL2_gfx zstd libicu xz gettext curl"
|
||||
depends=("SDL2" "SDL2_image" "SDL2_mixer" "SDL2_ttf" "SDL2_gfx" "zstd" "libicu" "xz" "gettext" "curl")
|
||||
launcher_name=Freeciv
|
||||
launcher_category=Games
|
||||
launcher_command=/usr/local/bin/freeciv-sdl2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue