mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-01-06 14:26:07 +00:00
12 lines
322 B
JSON
12 lines
322 B
JSON
{
|
|
"name": "glu",
|
|
"buildsystem": "meson",
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://archive.mesa3d.org/glu/glu-9.0.3.tar.xz",
|
|
"sha256": "bd43fe12f374b1192eb15fe20e45ff456b9bc26ab57f0eee919f96ca0f8a330f"
|
|
}
|
|
],
|
|
"cleanup": [ "/include", "/lib/*.a", "/lib/*.la", "/lib/pkgconfig" ]
|
|
}
|