mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -2,7 +2,9 @@
|
|||
port=openttd-opensfx
|
||||
version=1.0.3
|
||||
workdir=.
|
||||
files="https://cdn.openttd.org/opensfx-releases/${version}/opensfx-${version}-all.zip opensfx-${version}-all.zip e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759"
|
||||
files=(
|
||||
"https://cdn.openttd.org/opensfx-releases/${version}/opensfx-${version}-all.zip opensfx-${version}-all.zip e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759"
|
||||
)
|
||||
|
||||
build() {
|
||||
# The ZIP file we downloaded contains a tarball.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue