{
 "app_id": "io.github.vinser.pixyne",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.vinser.pixyne/master/io.github.vinser.pixyne.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--device=dri",
  "--filesystem=xdg-download",
  "--filesystem=xdg-pictures"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:12:30.994011+00:00",
 "manifest": {
  "app-id": "io.github.vinser.pixyne",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.golang"
  ],
  "command": "pixyne",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--device=dri",
   "--filesystem=xdg-pictures",
   "--filesystem=xdg-download"
  ],
  "build-options": {
   "env": [
    "GOBIN=/app/bin",
    "GOROOT=/usr/lib/sdk/golang"
   ]
  },
  "modules": [
   {
    "name": "pixyne",
    "buildsystem": "simple",
    "build-commands": [
     "$GOROOT/bin/go build -o pixyne -trimpath -buildvcs=false -ldflags=\"-s -w\"",
     "install -Dm00755 pixyne $FLATPAK_DEST/bin/pixyne",
     "install -Dm00644 pixyne.svg $FLATPAK_DEST/share/icons/hicolor/scalable/apps/$FLATPAK_ID.svg",
     "install -Dm00644 $FLATPAK_ID.desktop $FLATPAK_DEST/share/applications/$FLATPAK_ID.desktop",
     "install -Dm00644 $FLATPAK_ID.metainfo.xml $FLATPAK_DEST/share/metainfo/$FLATPAK_ID.metainfo.xml"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/vinser/pixyne/archive/refs/tags/v1.6.0.tar.gz",
      "sha256": "3faee7106231834cda98c36293d8720b798e642fcc01b1b257ad6bb9c17cc5dc"
     }
    ]
   }
  ]
 }
}