forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.Cataclysm.DDA.json
31 lines (31 loc) · 1.03 KB
/
org.Cataclysm.DDA.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
{
"id": "org.Cataclysm.DDA",
"runtime": "org.freedesktop.Platform",
"runtime-version": "18.08",
"sdk": "org.freedesktop.Sdk",
"command": "cataclysm-launcher",
"finish-args": [
"--filesystem=home"
],
"modules": [
{
"name": "cataclysm",
"buildsystem": "simple",
"build-commands": [
"CPPPATH=/app/include make -j4 NATIVE=linux64 USE_HOME_DIR=1 CLANG=1 RELEASE=1 LTO=1 CCACHE=1 RUNTESTS=0 ASTYLE=0",
"install -Dm755 cataclysm /app/bin/cataclysm",
"install -Dm755 cataclysm-launcher /app/bin/cataclysm-launcher",
"install -Dm755 data/xdg/org.Cataclysm.DDA.desktop /app/share/applications/org.Cataclysm.DDA.desktop",
"install -Dm644 data/xdg/cataclysm-dda.appdata.xml /app/share/metainfo/org.Cataclysm.DDA.appdata.xml",
"install -Dm644 data/xdg/cataclysm-dda.svg /app/share/icons/hicolor/128x128/apps/org.Cataclysm.DDA.svg",
"cp -r data /app/bin/data"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}