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