{ "app-id": "com.github.paperhead.BetterNotes", "runtime": "org.gnome.Platform", "runtime-version": "46", "sdk": "org.gnome.Sdk", "command": "betternotes", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri" ], "cleanup": [ "/include", "/lib/pkgconfig", "*.la", "*.a" ], "modules": [ { "name": "betternotes", "buildsystem": "meson", "sources": [ { "type": "git", "url": "https://github.com/0xpaperhead/betternotes.git", "tag": "v0.1.2" } ] } ] }