flatpak/shared-modules/SDL/sdl12-compat.json
2024-03-07 20:28:57 -03:00

17 lines
433 B
JSON

{
"name": "sdl12-compat",
"buildsystem": "cmake-ninja",
"cleanup": [
"bin/sdl-config"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-1.2.68.tar.gz",
"sha256": "63c6e4dcc1154299e6f363c872900be7f3dcb3e42b9f8f57e05442ec3d89d02d"
}
],
"modules": [
"../glu/glu-9.json"
]
}