-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathcom.github.inercia.k3x.json
83 lines (83 loc) · 2.06 KB
/
com.github.inercia.k3x.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"app-id": "com.github.inercia.k3x",
"runtime": "org.gnome.Platform",
"runtime-version": "3.36",
"sdk": "org.gnome.Sdk",
"base": "io.elementary.BaseApp",
"base-version": "juno-19.08",
"command": "k3x",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=ssh-auth",
"--share=network",
"--filesystem=/run/docker.sock",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.StatusNotifierWatcher",
"--talk-name=com.canonical.indicator.application",
"--talk-name=org.ayatana.indicator.application",
"--filesystem=home:rw"
],
"cleanup": [
"/bin/intltool-*",
"/etc/bash_completion.d",
"/include",
"/lib/pkgconfig",
"/man",
"/share/aclocal",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"copy-icon": true,
"modules": [
"shared-modules/libappindicator/libappindicator-gtk3-introspection-12.10.json",
{
"name": "kubectl",
"buildsystem": "simple",
"build-commands": [
"mv -f kubectl /app/kubectl",
"chmod 755 /app/kubectl"
],
"sources": [
{
"type": "file",
"url": "https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl",
"sha256": "bb16739fcad964c197752200ff89d89aad7b118cb1de5725dc53fe924c40e3f7"
}
]
},
"pypi-dependencies.json",
{
"name": "k3d",
"buildsystem": "simple",
"build-commands": [
"mv -f k3d-linux-amd64 /app/k3d",
"chmod 755 /app/k3d"
],
"sources": [
{
"type": "file",
"url": "https://github.com/rancher/k3d/releases/download/v1.7.0/k3d-linux-amd64",
"sha256": "da9ff31bcf4377fadfb065f4998d347f19de1168a5a553ce2c23b763ee1f6098"
}
]
},
{
"name": "k3x",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}