{
 "app_id": "com.github.flack.pom",
 "source_url": "https://raw.githubusercontent.com/Flack74/pom/main/packaging/flatpak/com.github.flack.pom.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "23.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--socket=pulseaudio",
  "--share=network",
  "--filesystem=home",
  "--talk-name=org.freedesktop.Notifications"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T12:58:01.523439+00:00",
 "manifest": {
  "app-id": "com.github.flack.pom",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "23.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.golang"
  ],
  "command": "pom",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--socket=pulseaudio",
   "--share=network",
   "--filesystem=home",
   "--talk-name=org.freedesktop.Notifications"
  ],
  "build-options": {
   "env": [
    "GOBIN=/app/bin",
    "GOROOT=/usr/lib/sdk/golang"
   ]
  },
  "modules": [
   {
    "name": "pom",
    "buildsystem": "simple",
    "build-commands": [
     ". /usr/lib/sdk/golang/enable.sh",
     "go build -o /app/bin/pom",
     "install -D -m644 packaging/man/pom.1 /app/share/man/man1/pom.1"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/flack/pom.git",
      "tag": "v1.0.0"
     }
    ]
   },
   {
    "name": "notifications",
    "buildsystem": "simple",
    "build-commands": [
     "install -D /usr/bin/notify-send /app/bin/"
    ],
    "sources": [
     {
      "type": "package",
      "name": "libnotify"
     }
    ]
   }
  ]
 }
}