-
Notifications
You must be signed in to change notification settings - Fork 1
/
org.lcallarec.Dockery.json
39 lines (39 loc) · 1.1 KB
/
org.lcallarec.Dockery.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
{
"app-id": "org.lcallarec.Dockery",
"runtime": "org.gnome.Platform",
"runtime-version": "3.30",
"sdk": "org.gnome.Sdk",
"command": "dockery",
"finish-args": [
"--socket=x11",
"--share=network"
],
"modules": [
{
"name": "libgee",
"config-opts": [
"--disable-introspection"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/GNOME/libgee/archive/0.20.0.tar.gz",
"sha256": "42fe6d651910cb8b720167f71c5255a1b7b1afc82fecd3f31e61f9602b3b1335"
}
]
},
{
"name": "dockery",
"buildsystem": "simple",
"build-commands": [
"meson flatpak/build/meson && ninja -C flatpak/build/meson && mkdir -p /app/bin && cp flatpak/build/meson/src/dockery /app/bin/dockery"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}