{
 "app_id": "com.stelr.desktop",
 "source_url": "https://raw.githubusercontent.com/garfield-arlene/stelr/main/stelr-desktop/flatpak/com.stelr.desktop.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=network",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:58:20.621086+00:00",
 "manifest": {
  "app-id": "com.stelr.desktop",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.golang"
  ],
  "command": "stelr-desktop",
  "finish-args": [
   "--share=network",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri"
  ],
  "modules": [
   {
    "name": "stelr-desktop",
    "buildsystem": "simple",
    "build-options": {
     "append-path": "/usr/lib/sdk/golang/bin",
     "env": {
      "GOBIN": "/run/build/stelr-desktop/bin",
      "GOFLAGS": "-mod=vendor",
      "GO111MODULE": "on",
      "CGO_ENABLED": "1"
     }
    },
    "build-commands": [
     "go build -v -o stelr-desktop .",
     "install -Dm755 stelr-desktop /app/bin/stelr-desktop",
     "install -Dm644 icon.png /app/share/icons/hicolor/512x512/apps/com.stelr.desktop.png",
     "install -Dm644 flatpak/com.stelr.desktop.desktop /app/share/applications/com.stelr.desktop.desktop",
     "install -Dm644 flatpak/com.stelr.desktop.metainfo.xml /app/share/metainfo/com.stelr.desktop.metainfo.xml"
    ],
    "sources": [
     {
      "type": "dir",
      "path": ".."
     },
     "generated-sources.yml"
    ]
   }
  ]
 }
}