{ "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": "." } ] } ] }