-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathio.github.BuddySirJava.SSH-Studio.json
More file actions
69 lines (69 loc) · 1.88 KB
/
io.github.BuddySirJava.SSH-Studio.json
File metadata and controls
69 lines (69 loc) · 1.88 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
{
"app-id" : "io.github.BuddySirJava.SSH-Studio",
"runtime" : "org.gnome.Platform",
"runtime-version" : "49",
"sdk" : "org.gnome.Sdk",
"command" : "ssh-studio",
"finish-args" : [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--share=network",
"--filesystem=~/.ssh:rw",
"--socket=ssh-auth",
"--talk-name=org.freedesktop.Flatpak"
],
"cleanup" : [
"/include",
"/lib/pkgconfig",
"/share/man",
"/share/pkgconfig",
"/share/gtk-doc",
"/share/doc",
"/share/devhelp",
"*.la",
"*.a"
],
"modules" : [
{
"name" : "blueprint-compiler",
"buildsystem" : "meson",
"cleanup" : [
"*"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/blueprint-compiler.git",
"tag" : "v0.18.0",
"x-checker-data" : {
"type" : "git",
"tag-pattern" : "^v([\\d.]+)$"
}
}
]
},
{
"name" : "ssh-studio",
"buildsystem" : "meson",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/BuddySirJava/SSH-Studio.git",
"tag" : "1.3.1",
"commit" : "9e3d73ccd0bdbdb26f56e1ff114a85523305bc30",
"x-checker-data" : {
"type" : "git",
"tag-pattern" : "^v([\\d.]+)$"
}
}
],
"config-opts" : [
"--libdir=lib"
]
}
],
"build-options" : {
"env" : { }
}
}