{
 "app_id": "dev.skynomads.Seabird",
 "source_url": "https://raw.githubusercontent.com/flathub/dev.skynomads.Seabird/master/dev.skynomads.Seabird.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--filesystem=home"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T16:09:44.137171+00:00",
 "manifest": {
  "app-id": "dev.skynomads.Seabird",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.golang"
  ],
  "command": "seabird",
  "build-options": {
   "env": [
    "GOROOT=/usr/lib/sdk/golang"
   ]
  },
  "finish-args": [
   "--share=ipc",
   "--share=network",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "vte",
    "buildsystem": "meson",
    "config-opts": [
     "-Dgtk4=true",
     "-Dgtk3=false",
     "-Dsixel=true"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://gitlab.gnome.org/GNOME/vte/-/archive/0.75.0/vte-0.75.0.tar.gz",
      "sha256": "3a12c6ddd2431a78ae69fc9f451a0b1b179e7577ec2cdb5ad17993b83a609a53"
     }
    ]
   },
   {
    "name": "seabird",
    "buildsystem": "simple",
    "build-commands": [
     "set -e\n$GOROOT/bin/go generate ./...\n$GOROOT/bin/go build -trimpath -ldflags '-s -w' -o seabird\ninstall -Dm00755 -t /app/bin seabird\ninstall -Dm00644 internal/icon/seabird.svg /app/share/icons/hicolor/scalable/apps/$FLATPAK_ID.svg\ninstall -Dm00644 -t /app/share/applications $FLATPAK_ID.desktop\ninstall -Dm00644 -t /app/share/metainfo $FLATPAK_ID.appdata.xml\n"
    ],
    "sources": [
     {
      "type": "archive",
      "strip-components": 0,
      "url": "https://github.com/getseabird/seabird/releases/download/v0.6.0/source.zip",
      "sha256": "7f47b8a7859537478c680d374bfc5ccc81186a44cf0d8ea645221c9f7d94060b",
      "x-checker-data": {
       "type": "json",
       "url": "https://api.github.com/repos/getseabird/seabird/releases/latest",
       "version-query": ".tag_name | sub(\"^[vV]\"; \"\")",
       "url-query": ".assets[] | select(.name==\"source.zip\") | .browser_download_url"
      }
     }
    ]
   }
  ]
 }
}