{ "app-id": "me.blq.notes", "runtime": "org.gnome.Platform", "runtime-version": "master", "sdk": "org.gnome.Sdk", "command": "notes", "finish-args": [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--device=dri", "--socket=wayland" ], "cleanup": [ "/include", "/lib/pkgconfig", "/man", "/share/doc", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "/share/vala", "*.la", "*.a" ], "modules": [ { "name": "notes", "builddir": true, "buildsystem": "meson", "sources": [ { "type": "git", "url": "https://github.com/Blquinn/notes.git" } ] } ], "build-options": { "env": {} } }