{ "id": "ar.liber.nyx.Rikuchiy", "command": "rikuchiy", "runtime": "org.gnome.Platform", "runtime-version": "48", "sdk": "org.gnome.Sdk", "finish-args": [ "--share=ipc", "--socket=wayland", "--socket=fallback-x11", "--device=dri" ], "modules": [ { "name": "bun", "buildsystem": "simple", "build-commands": ["install -Dt $FLATPAK_DEST/bin bun"], "sources": [ { "type": "archive", "only-arches": ["x86_64"], "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64.zip", "sha256": "ceb1bd3472a08bcdc8d954820243a329d80b8a0c02f57cbefd9111092d8d3ddd" }, { "type": "archive", "only-arches": ["aarch64"], "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-aarch64.zip", "sha256": "84b72dbed2d85b2c251f1f3456243ae4b57277b86ceac3406a446018f6cf96d9" } ] }, { "name": "rikuchiy", "buildsystem": "meson", "build-options": { "build-args": ["--share=network"] }, "sources": [ { "type": "dir", "path": "." } ] } ] }