-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
com.claudiocambra.brickbuster.json
45 lines (45 loc) · 1.73 KB
/
com.claudiocambra.brickbuster.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
{
"app-id": "com.claudiocambra.brickbuster",
"runtime": "org.freedesktop.Platform",
"runtime-version": "20.08",
"sdk": "org.freedesktop.Sdk",
"command": "/app/bin/brickbuster_linux.x86_64",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=pulseaudio",
"--device=dri"
],
"modules": [
{
"name": "BrickBuster",
"buildsystem": "simple",
"build-commands": [
"install -D brickbuster_linux.x86_64 /app/bin/brickbuster_linux.x86_64",
"install -D com.claudiocambra.brickbuster.desktop /app/share/applications/com.claudiocambra.brickbuster.desktop",
"install -D com.claudiocambra.brickbuster.png /app/share/icons/hicolor/512x512/apps/com.claudiocambra.brickbuster.png",
"install -D com.claudiocambra.brickbuster.appdata.xml /app/share/appdata/com.claudiocambra.brickbuster.appdata.xml"
],
"sources": [
{
"type": "file",
"url": "https://github.com/claucambra/BrickBuster/releases/download/1.0/brickbuster_linux.x86_64",
"tag": "1.0",
"sha256": "dbca7ed60428ef911847447035589a7581d71e30c99c1910a19fac95dce16550"
},
{
"type": "file",
"path": "com.claudiocambra.brickbuster.desktop"
},
{
"type": "file",
"path": "com.claudiocambra.brickbuster.png"
},
{
"type": "file",
"path": "com.claudiocambra.brickbuster.appdata.xml"
}
]
}
]
}