mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
12 lines
452 B
Bash
Executable file
12 lines
452 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='SDL2_net'
|
|
version='2.2.0'
|
|
useconfigure='true'
|
|
configopts=(
|
|
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
|
"--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"
|
|
auth_type='sha256'
|
|
depends=("SDL2")
|