{
 "app_id": "com.github.go-flatpak-demo",
 "source_url": "https://gitlab.com/olof-nord/go-flatpak-demo/-/raw/master/com.github.go-flatpak-demo.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "20.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=fallback-x11",
  "--socket=wayland"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-18T08:32:25.358409+00:00",
 "manifest": {
  "app-id": "com.github.go-flatpak-demo",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "20.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.golang"
  ],
  "command": "go-flatpak-demo",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=fallback-x11",
   "--socket=wayland"
  ],
  "modules": [
   {
    "name": "go-flatpak-demo",
    "buildsystem": "simple",
    "build-options": {
     "prefix": "/usr/lib/sdk/golang",
     "prepend-path": "/usr/lib/sdk/golang/bin"
    },
    "build-commands": [
     "go env -w GOPATH=$PWD GO111MODULE=auto; go build -v github.com/olof-nord/go-flatpak-demo",
     "install -Dm 755 go-flatpak-demo /app/bin/go-flatpak-demo",
     "cd src/github.com/olof-nord/go-flatpak-demo; install -Dm 644 com.github.go-flatpak-demo_512.png /app/share/icons/hicolor/512x512/apps/${FLATPAK_ID}.png; install -Dm 644 com.github.go-flatpak-demo.appdata.xml /app/share/appdata/${FLATPAK_ID}.appdata.xml; install -Dm 644 com.github.go-flatpak-demo.desktop /app/share/applications/${FLATPAK_ID}.desktop"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/olof-nord/go-flatpak-demo",
      "tag": "master",
      "dest": "src/github.com/olof-nord/go-flatpak-demo"
     },
     {
      "type": "git",
      "url": "https://github.com/dustin/go-humanize",
      "tag": "v1.0.0",
      "dest": "src/github.com/dustin/go-humanize"
     }
    ]
   }
  ]
 }
}