-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.gnome.Example.json
47 lines (47 loc) · 1.25 KB
/
org.gnome.Example.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
{
"app-id" : "org.gnome.Example",
"runtime" : "org.freedesktop.Platform",
"runtime-version" : "22.08",
"sdk" : "org.freedesktop.Sdk",
"command" : "fpk",
"finish-args" : [
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name": "python-click",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"click\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz",
"sha256": "ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
}
]
},
{
"name" : "fpk",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"url" : "."
}
]
}
]
}