{
 "app_id": "com.eliotBenitezhvat.nevo",
 "source_url": "https://raw.githubusercontent.com/eliotBenitez/Nevo/main/com.eliotBenitezhvat.nevo.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "48",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--socket=pulseaudio",
  "--device=dri",
  "--filesystem=home",
  "--talk-name=org.freedesktop.Notifications",
  "--talk-name=org.kde.StatusNotifierWatcher"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:59:34.498418+00:00",
 "manifest": {
  "app-id": "com.eliotBenitezhvat.nevo",
  "runtime": "org.gnome.Platform",
  "runtime-version": "48",
  "sdk": "org.gnome.Sdk",
  "command": "nevo",
  "finish-args": [
   "--share=ipc",
   "--share=network",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--socket=pulseaudio",
   "--device=dri",
   "--filesystem=home",
   "--talk-name=org.freedesktop.Notifications",
   "--talk-name=org.kde.StatusNotifierWatcher"
  ],
  "add-extensions": {
   "org.freedesktop.Platform.ffmpeg-full": {
    "directory": "lib/ffmpeg",
    "add-ld-path": ".",
    "version": "24.08",
    "autodelete": false,
    "no-autodownload": false
   }
  },
  "modules": [
   {
    "name": "nevo",
    "buildsystem": "simple",
    "sources": [
     {
      "type": "file",
      "path": "flatpak-source.deb"
     }
    ],
    "build-commands": [
     "ar -x *.deb",
     "tar -xf data.tar.*",
     "install -Dm755 \"$(find usr/bin -maxdepth 1 -type f | head -1)\" /app/bin/nevo",
     "desktop=$(ls usr/share/applications/*.desktop | head -1)\ninstall -Dm644 \"$desktop\" /app/share/applications/com.eliotBenitezhvat.nevo.desktop\nsed -i 's/^Exec=.*/Exec=nevo/'                         /app/share/applications/com.eliotBenitezhvat.nevo.desktop\nsed -i 's/^Icon=.*/Icon=com.eliotBenitezhvat.nevo/'    /app/share/applications/com.eliotBenitezhvat.nevo.desktop\n",
     "for f in $(find usr/share/icons -name '*.png'); do\n  rel=${f#usr/share/icons/}\n  install -Dm644 \"$f\" \"/app/share/icons/$(dirname \"$rel\")/com.eliotBenitezhvat.nevo.png\"\ndone\n",
     "mkdir -p /app/lib/ffmpeg"
    ]
   }
  ]
 }
}