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