{
 "app_id": "io.github.Senryoku.Deecy",
 "source_url": "https://raw.githubusercontent.com/Senryoku/Deecy/main/flatpak/io.github.Senryoku.Deecy.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--filesystem=host:ro",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc",
  "--device=dri",
  "--device=input",
  "--device=usb",
  "--socket=pulseaudio"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T12:54:47.744981+00:00",
 "manifest": {
  "app-id": "io.github.Senryoku.Deecy",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "Deecy",
  "finish-args": [
   "--filesystem=host:ro",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri",
   "--device=input",
   "--device=usb",
   "--socket=pulseaudio"
  ],
  "modules": [
   {
    "name": "zig",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/bin",
     "cp zig /app/bin/zig",
     "cp -r lib /app/"
    ],
    "cleanup": [
     "*"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://ziglang.org/download/0.16.0/zig-x86_64-linux-0.16.0.tar.xz",
      "sha256": "70e49664a74374b48b51e6f3fdfbf437f6395d42509050588bd49abe52ba3d00"
     }
    ]
   },
   {
    "name": "deecy",
    "buildsystem": "simple",
    "build-options": {
     "build-args": [
      "--share=network"
     ]
    },
    "build-commands": [
     "/app/bin/zig build --release=fast -Dcpu=baseline -Dflatpak=true -p /app"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../"
     }
    ]
   }
  ]
 }
}