{
 "app_id": "io.github.heathcliff26.go-minesweeper",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.heathcliff26.go-minesweeper/master/io.github.heathcliff26.go-minesweeper.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "26.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-18T07:27:57.426928+00:00",
 "manifest": {
  "app-id": "io.github.heathcliff26.go-minesweeper",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "26.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.golang"
  ],
  "command": "go-minesweeper",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri"
  ],
  "modules": [
   {
    "name": "go-minesweeper",
    "buildsystem": "simple",
    "build-options": {
     "append-path": "/usr/lib/sdk/golang/bin",
     "env": {
      "GOROOT": "/usr/lib/sdk/golang"
     }
    },
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/heathcliff26/go-minesweeper",
      "tag": "v0.10.0",
      "commit": "3b57aa4fd77c0a07c563900afe20bbcc67a52679",
      "x-checker-data": {
       "type": "git",
       "tag-pattern": "^v([\\d.]+)$"
      }
     }
    ],
    "build-commands": [
     "make build",
     "install -Dm755 bin/go-minesweeper $FLATPAK_DEST/bin/go-minesweeper",
     "install -D packages/$FLATPAK_ID.desktop $FLATPAK_DEST/share/applications/$FLATPAK_ID.desktop",
     "install -D packages/$FLATPAK_ID.png /app/share/icons/hicolor/512x512/apps/$FLATPAK_ID.png",
     "install -D packages/$FLATPAK_ID.svg /app/share/icons/hicolor/scalable/apps/$FLATPAK_ID.svg",
     "install -D $FLATPAK_ID.metainfo.xml $FLATPAK_DEST/share/metainfo/$FLATPAK_ID.metainfo.xml"
    ]
   }
  ]
 }
}