forked from nxengine/nxengine-evo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
org.nxengine.nxengine_evo.json
49 lines (45 loc) · 1.23 KB
/
org.nxengine.nxengine_evo.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
{
"app-id": "org.nxengine.nxengine_evo",
"runtime": "org.freedesktop.Platform",
"runtime-version": "20.08",
"sdk": "org.freedesktop.Sdk",
"command": "nxengine-evo",
"finish-args": [
"--socket=fallback-x11",
"--share=ipc",
"--socket=wayland",
"--device=dri",
"--socket=pulseaudio"
],
"modules": [
{
"name": "nxengine-evo",
"buildsystem": "cmake-ninja",
"post-install": [
"build-scripts/utils/common.install-extern.sh \"${FLATPAK_DEST}/share/nxengine\" \"${FLATPAK_DEST}/bin/nxextract\""
],
"sources": [
{
"type": "git",
"path": ".",
"tag": "HEAD"
},
{
"type": "archive",
"url": "https://github.com/nxengine/translations/releases/download/v1.14/all.zip",
"sha256": "1dd85a8c230c5ebf23c6fd6283fe168d9bf4044339d1e93e324bd336165a4422",
"strip-components": 2,
"dest": "extern/Translations"
},
{
"type": "archive",
"url": "https://sarcasticat.com/cavestoryen.zip",
"sha256": "aa87fa30bee9b4980640c7e104791354e0f1f6411ee0d45a70af70046aa0685f",
"dest": "extern/CaveStory"
}
],
"//": "No long list of build dependencies here as all requried dependencies are included in the FreeDesktop runtime already",
"modules": []
}
]
}