{
  "name": "sdl2",
  "buildsystem": "cmake-ninja",
  "builddir": true,
  "config-opts": [
    "-DBUILD_SHARED_LIBS=ON",
    "-DSDL_SHARED=ON",
    "-DSDL_STATIC=OFF",
    "-DSDL_TESTS=OFF"
  ],
  "build-options": {
    "strip": true
  },
  "sources": [
    {
      "type": "archive",
      "url": "https://libsdl.org/release/SDL2-2.30.11.tar.gz",
      "sha256": "8b8d4aef2038533da814965220f88f77d60dfa0f32685f80ead65e501337da7f"
    }
  ],
  "cleanup": [
    "/bin",
    "/include",
    "/lib/*.a",
    "/lib/*.la",
    "/lib/cmake",
    "/lib/pkgconfig",
    "/share/aclocal"
  ]
}