{
 "app_id": "moe.tundra.Tundra",
 "source_url": "https://raw.githubusercontent.com/flathub/moe.tundra.Tundra/master/moe.tundra.Tundra.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--talk-name=org.freedesktop.Notifications",
  "--talk-name=org.freedesktop.DBus",
  "--talk-name=org.mpris.MediaPlayer2.*"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:13:16.702160+00:00",
 "manifest": {
  "app-id": "moe.tundra.Tundra",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "tundra",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--talk-name=org.freedesktop.Notifications",
   "--talk-name=org.freedesktop.DBus",
   "--talk-name=org.mpris.MediaPlayer2.*",
   "--device=dri"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/tundra/cargo"
   }
  },
  "modules": [
   {
    "name": "tundra",
    "buildsystem": "simple",
    "build-commands": [
     "cargo --offline fetch --manifest-path Cargo.toml --verbose",
     "cargo --offline build --release --verbose",
     "install -Dm755 ./target/release/tundra -t /app/bin/",
     "install -Dm644 ./data/${FLATPAK_ID}.metainfo.xml -t /app/share/metainfo/",
     "install -Dm644 ./data/${FLATPAK_ID}.desktop -t /app/share/applications/",
     "install -Dm644 ./data/${FLATPAK_ID}.svg -t /app/share/icons/hicolor/scalable/apps/",
     "cp -r target/locale /app/share/"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/m4tx/tundra.git",
      "tag": "v0.5.4",
      "commit": "5c1ada2edc06950cdc596a2a581ccfb861a63f80"
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}