mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +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
|
@ -7,5 +7,7 @@ configopts=(
|
|||
"--disable-static"
|
||||
"--enable-shared"
|
||||
)
|
||||
files="https://github.com/libsdl-org/SDL_net/releases/download/release-${version}/SDL2_net-${version}.tar.gz SDL2_net-${version}.tar.gz 4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb"
|
||||
files=(
|
||||
"https://github.com/libsdl-org/SDL_net/releases/download/release-${version}/SDL2_net-${version}.tar.gz SDL2_net-${version}.tar.gz 4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb"
|
||||
)
|
||||
depends=("SDL2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue