25 lines
440 B
JSON
25 lines
440 B
JSON
{
|
|
"name": "sdl2",
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"build-options": {
|
|
"strip": true
|
|
},
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://libsdl.org/release/SDL2-2.30.2.tar.gz",
|
|
"sha256": "891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31"
|
|
}
|
|
],
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/*.a",
|
|
"/lib/*.la",
|
|
"/lib/cmake",
|
|
"/lib/pkgconfig"
|
|
]
|
|
}
|
|
|