1
0
Fork 0
mirror of https://git.suyu.dev/suyu/flatpak.git synced 2025-01-07 23:06:06 +00:00
yuzu-suyu-flatpak/shared-modules/libdecor/libdecor-0.2.0.json

19 lines
394 B
JSON
Raw Normal View History

2024-03-07 23:28:57 +00:00
{
"name": "libdecor",
"buildsystem": "meson",
"config-opts": [
"-Ddemo=false"
],
"sources": [
{
"type": "archive",
"url": "https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/0.2.0/libdecor-0.2.0.tar.gz",
"sha256": "455acc1e1af43657fadbc79a9bac41e2d465ad1abdf1a6f8405e461350046f22"
}
],
"cleanup": [
"/include",
"/lib/pkgconfig"
]
}