mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +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='SDL2_ttf'
|
||||
version='2.20.1'
|
||||
useconfigure='true'
|
||||
files="https://github.com/libsdl-org/SDL_ttf/releases/download/release-${version}/SDL2_ttf-${version}.tar.gz SDL2_ttf-${version}.tar.gz 78cdad51f3cc3ada6932b1bb6e914b33798ab970a1e817763f22ddbfd97d0c57"
|
||||
files=(
|
||||
"https://github.com/libsdl-org/SDL_ttf/releases/download/release-${version}/SDL2_ttf-${version}.tar.gz SDL2_ttf-${version}.tar.gz 78cdad51f3cc3ada6932b1bb6e914b33798ab970a1e817763f22ddbfd97d0c57"
|
||||
)
|
||||
depends=("SDL2" "freetype")
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue