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