{ "app-id": "de.uchuujin.fp.termzoo.kitty0_34_0", "runtime": "org.gnome.Platform", "runtime-version": "45", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.golang" ], "command": "kitty", "finish-args": [ "--socket=x11", "--socket=wayland", "--device=dri", "--talk-name=org.freedesktop.Flatpak"], "modules": [ { "name": "librsync", "buildsystem": "cmake", "sources": [{ "type": "archive", "url": "https://github.com/librsync/librsync/releases/download/v2.3.4/librsync-2.3.4.tar.gz", "sha256": "a0dedf9fff66d8e29e7c25d23c1f42beda2089fb4eac1b36e6acd8a29edfbd1f" }] }, { "name": "simde", "buildsystem": "meson", "build-options": { "config-opts": ["-Dtests=false"] }, "sources": [{ "type": "archive", "url": "https://github.com/simd-everywhere/simde/archive/refs/tags/v0.8.2.tar.gz", "sha256": "ed2a3268658f2f2a9b5367628a85ccd4cf9516460ed8604eed369653d49b25fb" }] }, { "name": "kitty", "buildsystem": "simple", "build-options": { "append-path": "/usr/lib/sdk/golang/bin", "build-args": ["--share=network"], "cflags-override": true }, "build-commands": [ "python3 setup.py linux-package", "cp -r linux-package/* /app" ], "sources": [ { "type": "archive", "url": "https://github.com/kovidgoyal/kitty/releases/download/v0.34.0/kitty-0.34.0.tar.xz", "sha512": "310084af59fb5832c9b87961d278601a8408fdcf4500083ffa5d4980ae600a2122a7477be23bfe0c374dec7955707894cb74cfd550ae577d66e39ed2e8b9c0f8" } ] }, { "name": "scripts", "buildsystem": "simple", "build-commands": [ "install -D run-in-host /app/bin/run-in-host" ], "sources": [ { "type": "file", "path": "../run-in-host" } ] } ] }