{ "app-id" : "dev.itsjamie.Catalogue.Devel", "runtime" : "org.gnome.Platform", "runtime-version" : "master", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command" : "catalogue", "finish-args" : [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland" ], "build-options" : { "append-path" : "/usr/lib/sdk/rust-stable/bin", "build-args" : [ "--share=network" ], "env" : { "RUSTFLAGS": "", "RUST_BACKTRACE": "1", "RUST_LOG": "catalogue=debug", "G_MESSAGES_DEBUG" : "none", "G_ENABLE_DIAGNOSTIC": "1" } }, "cleanup" : [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules" : [ { "name" : "catalogue", "builddir" : true, "buildsystem" : "meson", "config-opts": [ "-Dprofile=development" ], "sources" : [ { "type" : "git", "url" : "file:///home/neko/Projects" } ] } ] }