forked from ADBeveridge/raider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.github.ADBeveridge.Raider.json
46 lines (46 loc) · 1.22 KB
/
com.github.ADBeveridge.Raider.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
41
42
43
44
45
46
{
"app-id" : "com.github.ADBeveridge.Raider",
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"sdk" : "org.gnome.Sdk",
"command" : "raider",
"finish-args" : [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=host",
"--device=dri"
],
"cleanup" : [
"/include",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "blueprint-compiler",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"commit" : "0cf9a8e4fc61bc9783bb228093ca9ee987ef74e7"
}
]
},
{
"name" : "raider",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/ADBeveridge/raider",
"tag" : "v1.2.2",
"commit" : "c15ad21d04a4871b422aa36d791b3f32e6cc0e68"
}
]
}
]
}