summaryrefslogtreecommitdiff
path: root/com.pengaru.glimmer.json
blob: 7b36ef33d69bd94ca6abb6e5d8b7f5bdb8c7412d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "app-id" : "com.pengaru.glimmer",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "3.38",
    "sdk" : "org.gnome.Sdk",
    "command" : "glimmer",
    "finish-args" : [
        "--device=dri",
        "--share=ipc",
        "--socket=fallback-x11",
        "--socket=wayland"
    ],
    "cleanup" : [
        "*.la",
        "*.a"
    ],
    "modules" : [
        {
            "name" : "glimmer",
            "buildsystem" : "autotools",
            "builddir" : false,
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://git.pengaru.com/glimmer"
                }
            ]
        }
    ]
}
© All Rights Reserved