forked from nukeop/nuclear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.js.nuclear.Nuclear.json
55 lines (54 loc) · 1.85 KB
/
org.js.nuclear.Nuclear.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
47
48
49
50
51
52
53
54
55
{
"app-id": "org.js.nuclear.Nuclear",
"runtime": "org.freedesktop.Platform",
"runtime-version": "19.08",
"branch": "stable",
"sdk": "org.freedesktop.Sdk",
"separate-locales": false,
"command": "run.sh",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=x11",
"--filesystem=home",
"--socket=pulseaudio"
],
"modules": [
{
"name": "nuclear",
"buildsystem": "simple",
"sources": [
{
"type": "archive",
"url": "https://github.com/nukeop/nuclear/releases/download/v0.6.3/nuclear-fca030.tar.gz",
"sha256": "5b90a1064736c158f62ea74c5814dffdd25f8b6a3877dfeed065377e744cdd2e"
},
{
"type":"file",
"path": "org.js.nuclear.Nuclear.metainfo.xml"
},
{
"type":"file",
"path": "org.js.nuclear.Nuclear.desktop"
},
{
"type":"file",
"path":"org.js.nuclear.Nuclear.png"
},
{
"type": "script",
"dest-filename": "run.sh",
"commands": [ "/app/main/nuclear" ]
}
],
"build-commands": [
"mkdir -p /app/main/",
"cp -r * /app/main/",
"install -D org.js.nuclear.Nuclear.png --target-directory=/app/share/icons/hicolor/512x512/apps/",
"install -D org.js.nuclear.Nuclear.metainfo.xml --target-directory=/app/share/metainfo/",
"install -D org.js.nuclear.Nuclear.desktop --target-directory=/app/share/applications/",
"install -D run.sh --target-directory=/app/bin/"
]
}
]
}