{ "app-id" : "com.github.diegoivanme.plano", "runtime" : "org.gnome.Platform", "runtime-version" : "41", "sdk" : "org.gnome.Sdk", "command" : "plano", "finish-args" : [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--env=GTK_PATH=/app/lib/gtk-4.0" ], "cleanup" : [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "/share/vala", "*.la", "*.a" ], "modules" : [ { "name" : "libsass", "buildsystem" : "meson", "builddir" : true, "config-opts" : [ "--libdir=/app/lib" ], "sources" : [ { "type" : "git", "url" : "https://github.com/lazka/libsass.git", "branch" : "meson" } ] }, { "name" : "sassc", "buildsystem" : "meson", "builddir" : true, "config-opts" : [ "--libdir=/app/lib" ], "sources" : [ { "type" : "git", "url" : "https://github.com/lazka/sassc.git", "branch" : "meson" } ] }, { "name" : "libadwaita", "buildsystem" : "meson", "sources" : [ { "type" : "git", "url" : "https://gitlab.gnome.org/GNOME/libadwaita.git", "branch" : "main" } ] }, { "name" : "plano", "builddir" : true, "buildsystem" : "meson", "sources" : [ { "type" : "git", "url" : "." } ] } ] }