{ "app-id": "dev.bayhan.GnomeTodo", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command": "gnome-todo", "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/gnome-todo/cargo-home", "RUSTFLAGS": "-L /app/lib" } }, "finish-args": [ "--socket=wayland", "--device=dri", "--filesystem=home" ], "cleanup": [ "/include", "/lib/pkgconfig", "*.la", "*.a" ], "modules": [ { "name": "blueprint-compiler", "buildsystem": "meson", "cleanup": ["*"], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", "tag": "v0.18.0", "commit": "e1522d2520e4faca731b612e8e4fa9364e6cbc56" } ] }, { "name": "gnome-todo", "builddir": true, "buildsystem": "meson", "sources": [ { "type": "dir", "path": "." }, "cargo-sources.json" ] } ] }