{
 "app_id": "org.candied_apple.sonus",
 "source_url": "https://raw.githubusercontent.com/candied-apple/sonus/main/org.candied_apple.sonus.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "23.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--socket=fallback-to-x11",
  "--socket=wayland",
  "--socket=pulseaudio",
  "--share=network",
  "--share=ipc",
  "--device=all"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T13:04:03.670404+00:00",
 "manifest": {
  "app-id": "org.candied_apple.sonus",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "23.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "sonus",
  "finish-args": [
   "--socket=fallback-to-x11",
   "--socket=wayland",
   "--socket=pulseaudio",
   "--share=network",
   "--share=ipc",
   "--device=all"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "build-args": [
    "--share=network"
   ]
  },
  "modules": [
   {
    "name": "yt-dlp",
    "buildsystem": "simple",
    "build-commands": [
     "install -D -m755 yt-dlp /app/bin/yt-dlp"
    ],
    "sources": [
     {
      "type": "file",
      "url": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp",
      "sha256": "6a84eb827a5b6d51624b537f57cdbf67540292b3c2e171fb278eb0bf7f3e8f80"
     }
    ]
   },
   {
    "name": "sonus",
    "buildsystem": "simple",
    "build-commands": [
     "cargo build --release --verbose",
     "install -D -m755 target/release/sonus /app/bin/sonus"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     }
    ]
   }
  ]
 }
}