{
    "app-id" : "de.hummdudel.Libellus",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "master",
    "sdk" : "org.gnome.Sdk",
    "command" : "de.hummdudel.Libellus",
    "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",
        "*.la",
        "*.a"
    ],
    "modules" : [
        {
            "name" : "Libellus",
            "builddir" : true,
            "buildsystem" : "meson",
            "sources" : [
                {
                    "type" : "archive",
                    "sha256": "0f698489426da31c055f2248129397b89cb6a7e5ca44327801d232375a945348",
                    "url" : "https://github.com/qwertzuiopy/Libellus/archive/refs/tags/v1.1.1.tar.gz"
                }
            ]
        }
    ]
}