-
Notifications
You must be signed in to change notification settings - Fork 3
/
lv.martinsz.millionaire.json
40 lines (40 loc) · 1.11 KB
/
lv.martinsz.millionaire.json
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
31
32
33
34
35
36
37
38
39
40
{
"app-id" : "lv.martinsz.millionaire",
"runtime" : "org.gnome.Platform",
"runtime-version" : "46",
"sdk" : "org.gnome.Sdk",
"command" : "millionaire",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
],
"modules" : [
{
"name" : "blueprint",
"buildsystem" : "meson",
"cleanup": [ "*" ],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
"tag" : "v0.4.0"
}
]
},
{
"name" : "millionaire",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/martinszeltins/who-wants-to-be-a-millionaire",
"tag" : "v1.0.2",
"commit" : "032e0762f0cb3d2e1bf09d27af18999c71d40d56"
}
]
}
]
}