{
 "app_id": "io.github.weiteck.Lyricade",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.weiteck.Lyricade/master/io.github.weiteck.Lyricade.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=pulseaudio",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=xdg-music"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:12:30.994018+00:00",
 "manifest": {
  "id": "io.github.weiteck.Lyricade",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "lyricade",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--socket=pulseaudio",
   "--device=dri",
   "--share=ipc",
   "--share=network",
   "--filesystem=xdg-music"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/lrc-lyrics/cargo",
    "CARGO_NET_OFFLINE": "true"
   }
  },
  "modules": [
   {
    "name": "lyricade",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p .cargo",
     "cp cargo/config .cargo/config.toml",
     "cargo build --bin lyricade --offline --release",
     "install -Dm0755 target/release/lyricade ${FLATPAK_DEST}/bin/lyricade",
     "install -Dm0644 data/icons/${FLATPAK_ID}.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg",
     "install -Dm0644 data/icons/symbolic/${FLATPAK_ID}-symbolic.svg ${FLATPAK_DEST}/share/icons/hicolor/symbolic/apps/${FLATPAK_ID}-symbolic.svg",
     "install -Dm0644 data/${FLATPAK_ID}.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop",
     "install -Dm0644 data/${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/weiteck/lyricade.git",
      "tag": "v0.6.0",
      "commit": "f6073219ee8f3ec528e618be1f9630125fe24c97"
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}