{ "id" : "io.github.fkinoshita.FlashCards", "runtime" : "org.gnome.Platform", "runtime-version" : "master", "sdk" : "org.gnome.Sdk", "command" : "flashcards", "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" : [ { "name": "blueprint-compiler", "buildsystem": "meson", "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", "tag": "v0.8.1" } ] }, { "name" : "flashcards", "builddir" : true, "buildsystem" : "meson", "config-opts" : ["-Dprofile=development"], "sources" : [ { "type" : "git", "url" : "https://github.com/fkinoshita/FlashCards.git", "branch" : "main" } ] } ] }