{
 "app_id": "io.github.dagargo.Elektroid",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.dagargo.Elektroid/master/io.github.dagargo.Elektroid.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=pulseaudio",
  "--socket=wayland",
  "--device=all",
  "--filesystem=home"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-17T16:10:49.798781+00:00",
 "manifest": {
  "id": "io.github.dagargo.Elektroid",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "elektroid.sh",
  "copy-icon": true,
  "separate-locales": false,
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--socket=pulseaudio",
   "--filesystem=home",
   "--device=all"
  ],
  "cleanup": [
   "/include",
   "/lib/cmake",
   "/lib/pkgconfig",
   "/share/man",
   "*.la",
   "*.a"
  ],
  "modules": [
   {
    "name": "libzip",
    "buildsystem": "cmake-ninja",
    "sources": [
     {
      "type": "archive",
      "url": "https://libzip.org/download/libzip-1.11.4.tar.gz",
      "sha256": "82e9f2f2421f9d7c2466bbc3173cd09595a88ea37db0d559a9d0a2dc60dc722e"
     }
    ],
    "config-opts": [
     "-DBUILD_TOOLS=OFF"
    ]
   },
   {
    "name": "rubberband",
    "buildsystem": "meson",
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/breakfastquay/rubberband/archive/refs/tags/v3.3.0.tar.gz",
      "sha256": "2bb837fe00932442ca90e185af8a468f7591df0c002b4a9e27a1bced1563ac84"
     }
    ]
   },
   {
    "name": "elektroid",
    "buildsystem": "autotools",
    "no-autogen": true,
    "post-install": [
     "install -t /app/bin/ elektroid.sh"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/dagargo/elektroid/releases/download/3.4/elektroid-3.4.tar.gz",
      "sha256": "355555530abb0b5a3800626d52d0ebcdaf0b31a76d1ec0ea42a79bacb058070c"
     },
     {
      "type": "script",
      "dest-filename": "elektroid.sh",
      "commands": [
       "if test \"$1\" = \"--cli\"; then shift; exec elektroid-cli \"$@\"; fi",
       "exec elektroid \"$@\""
      ]
     }
    ]
   }
  ]
 }
}