{ "app-id": "de.uchuujin.fp.termzoo.kitty0_19_0", "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.19.0/kitty-0.19.0.tar.xz", "sha512": "7e9b0304fc42c839a4a7bec568364d47a8a2c4d6ad1ab5ee7ca3d89cd9c162505cdfb01b75b1fea40c894c27ca008ebfd3d909a0421f9acd960e7596ae760b04" } ] }, { "name": "scripts", "buildsystem": "simple", "build-commands": [ "install -D run-in-host /app/bin/run-in-host" ], "sources": [ { "type": "file", "path": "../run-in-host" } ] } ] }