{ "id": "art.fatdawlf.Brush", "runtime": "org.gnome.Platform", "runtime-version": "50", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command": "brush", "finish-args": [ "--share=ipc", "--device=dri", "--socket=fallback-x11", "--socket=wayland", "--filesystem=home" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "build-args": [ "--share=network" ] }, "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.la", "*.a" ], "modules": [ { "name": "brush", "builddir": true, "buildsystem": "meson", "config-opts": [ "-Dprofile=release", "-Dapp_id_suffix=" ], "sources": [ { "type": "git", "url": "https://github.com/Azakidev/brush.git" } ] } ] }