{
 "app_id": "io.github.AshBuk.FingerGo",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.AshBuk.FingerGo/master/io.github.AshBuk.FingerGo.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:10:14.746958+00:00",
 "manifest": {
  "app-id": "io.github.AshBuk.FingerGo",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.golang"
  ],
  "command": "fingergo",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri"
  ],
  "modules": [
   {
    "name": "fingergo",
    "buildsystem": "simple",
    "build-options": {
     "append-path": "/usr/lib/sdk/golang/bin",
     "env": {
      "GOROOT": "/usr/lib/sdk/golang",
      "GOPATH": "/run/build/fingergo/go",
      "GOMODCACHE": "/run/build/fingergo/go/pkg/mod",
      "GOFLAGS": "-modcacherw",
      "GOTOOLCHAIN": "local",
      "CGO_ENABLED": "1"
     }
    },
    "build-commands": [
     "go build \\\n  -tags desktop,production,webkit2_41 \\\n  -trimpath \\\n  -ldflags=\"-s -w\" \\\n  -o build/bin/FingerGo \\\n  .\n",
     "install -Dm755 build/bin/FingerGo ${FLATPAK_DEST}/bin/fingergo",
     "install -Dm644 io.github.AshBuk.FingerGo.desktop ${FLATPAK_DEST}/share/applications/io.github.AshBuk.FingerGo.desktop",
     "install -Dm644 fingergo.png ${FLATPAK_DEST}/share/icons/hicolor/512x512/apps/io.github.AshBuk.FingerGo.png",
     "install -Dm644 io.github.AshBuk.FingerGo.metainfo.xml ${FLATPAK_DEST}/share/metainfo/io.github.AshBuk.FingerGo.metainfo.xml",
     "install -Dm644 LICENSE ${FLATPAK_DEST}/share/licenses/io.github.AshBuk.FingerGo/LICENSE"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/AshBuk/FingerGo.git",
      "commit": "da60605682aab8f54a1e987ce6df72b0f64c25be",
      "tag": "v1.2.10"
     },
     "go-mod-sources.json"
    ]
   }
  ]
 }
}