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