{ "app-id" : "io.github.sepehr_rs.Sudoku", "runtime" : "org.gnome.Platform", "runtime-version" : "48", "sdk" : "org.gnome.Sdk", "command" : "sudokugame", "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-requirements.json", { "name": "blueprint-compiler", "buildsystem": "meson", "cleanup": ["*"], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/blueprint-compiler", "tag": "0.18.0" } ] }, { "name" : "sudokugame", "buildsystem" : "meson", "builddir" : true, "sources" : [ { "type" : "git", "url" : "https://github.com/sepehr-rs/Sudoku.git" } ], "config-opts" : [ "--libdir=lib" ] } ], "build-options" : { "env" : { } } }