summaryrefslogtreecommitdiff
path: root/Ports/SDL2_net/package.sh
blob: 4bfe6194b36afa19bca21fe7e67e1a9833e9e552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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")