{ "id": "dev.mohfy.quizbite", "runtime": "org.gnome.Platform", "runtime-version": "50", "sdk": "org.gnome.Sdk", "command": "quizbite", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland" ], "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules": [ "python3-dataset.json", { "name": "quizbite", "builddir": true, "buildsystem": "meson", "sources": [ { "type": "git", "url": "https://github.com/mohfy/quizbite.git", "branch": "main" } ], "config-opts": ["--libdir=lib"] } ], "build-options": { "env": {} } }