{
    "app-id" : "uk.me.bcowan.Rugby",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "3.34",
    "sdk" : "org.gnome.Sdk",
    "command" : "rugby",
    "finish-args" : [
        "--socket=x11",
        "--socket=wayland"
    ],
    "modules" : [
        {
            "name" : "rugby",
            "buildsystem" : "meson",
            "builddir" : true,
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://git.fossgalaxy.com/SuborbitalPigeon/rugby.git"
                }
            ]
        }
    ],
    "build-options" : {
        "env" : {
        }
    }
}