-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.gnome.Clusterify.json
54 lines (54 loc) · 1.55 KB
/
org.gnome.Clusterify.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
{
"app-id" : "org.gnome.Clusterify",
"runtime" : "org.gnome.Platform",
"runtime-version" : "40",
"sdk" : "org.gnome.Sdk",
"command" : "clusterify",
"finish-args" : [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "python3-numpy",
"buildsystem" : "simple",
"build-commands" : [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"numpy\" --no-build-isolation"
],
"sources" : [
{
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/3a/be/650f9c091ef71cb01d735775d554e068752d3ff63d7943b26316dc401749/numpy-1.21.2.zip",
"sha256" : "423216d8afc5923b15df86037c6053bf030d15cc9e3224206ef868c2d63dd6dc"
}
]
},
{
"name" : "clusterify",
"builddir" : true,
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/rivanfebrian123/Clusterify.git"
}
]
}
],
"build-options" : {
"env" : { }
}
}