{ "app-id" : "io.chefe.sbb", "runtime": "org.gnome.Platform", "runtime-version": "3.38", "sdk": "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command" : "io.chefe.sbb", "finish-args" : [ "--socket=x11", "--socket=wayland", "--device=dri", "--share=ipc", "--share=network" ], "build-options" : { "append-path" : "/usr/lib/sdk/rust-stable/bin", "build-args" : [ "--share=network" ], "env" : { "CARGO_HOME" : "/run/build/sbb/cargo", "RUSTFLAGS" : "--remap-path-prefix =../" } }, "modules" : [ { "name" : "libhandy", "buildsystem" : "meson", "config-opts" : [ "-Dprofiling=false", "-Dintrospection=enabled", "-Dgtk_doc=false", "-Dtests=false", "-Dexamples=false", "-Dvapi=false", "-Dglade_catalog=disabled" ], "sources" : [ { "type" : "git", "url" : "https://gitlab.gnome.org/GNOME/libhandy.git", "tag" : "1.0.2" } ] }, { "name" : "sbb", "buildsystem" : "simple", "build-commands": [ "make install PREFIX=/app" ], "sources" : [ { "type" : "dir", "path" : ".." } ] } ] }