{ "app-id" : "org.devloop.Do", "runtime" : "org.gnome.Platform", "runtime-version" : "master", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-nightly" ], "command" : "todo", "finish-args" : [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri" ], "build-options" : { "append-path" : "/usr/lib/sdk/rust-nightly/bin", "build-args" : [ "--share=network" ], "env" : { "CARGO_HOME" : "/run/build/rust-flatpak/cargo" } }, "modules" : [ { "name" : "todo", "builddir" : true, "buildsystem" : "meson", "sources" : [ { "type" : "git", "commit": "d2efe039a36d1c10763230346e2f86f8cb36b22d", "url" : "https://github.com/edfloreshz/do.git" } ] } ] }