{ "app-id": "de.uchuujin.fp.termzoo.kitty0_14_3", "runtime": "org.gnome.Platform", "runtime-version": "3.36", "sdk": "org.gnome.Sdk", "command": "kitty", "finish-args": [ "--socket=x11", "--socket=wayland", "--device=dri", "--talk-name=org.freedesktop.Flatpak"], "modules": [ { "name": "kitty", "buildsystem": "simple", "build-commands": [ "python3 setup.py linux-package", "cp -r linux-package/* /app" ], "sources": [ { "type": "archive", "url": "https://github.com/kovidgoyal/kitty/releases/download/v0.14.3/kitty-0.14.3.tar.xz", "sha512": "bf0c725b111dfc8fb356b85698f660ad048dd677cf57dab43537fb4340b822a1f73c5b25b1bb980aa4284502f328069e73f79ac6bef7187395c4fc9daeff3a0f" } ] }, { "name": "scripts", "buildsystem": "simple", "build-commands": [ "install -D run-in-host /app/bin/run-in-host" ], "sources": [ { "type": "file", "path": "../run-in-host" } ] } ] }