forked from KDE/kigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flatpak-manifest.json
57 lines (57 loc) · 1.58 KB
/
.flatpak-manifest.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
56
57
{
"id": "org.kde.kigo",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "kigo",
"rename-icon": "kigo",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri"
],
"modules": [
{
"name": "libkdegames",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/games/libkdegames",
"branch": "master"
}
]
},
{
"name": "gnugo",
"build-options": {
"cflags": "-fcommon"
},
"sources": [
{
"type": "archive",
"url": "https://ftp.gnu.org/gnu/gnugo/gnugo-3.8.tar.gz",
"sha256": "da68d7a65f44dcf6ce6e4e630b6f6dd9897249d34425920bfdd4e07ff1866a72",
"x-checker-data": {
"type": "anitya",
"project-id": 1209,
"stable-only": true,
"url-template": "https://ftp.gnu.org/gnu/gnugo/gnugo-$version.tar.gz"
}
}
]
},
{
"name": "kigo",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}