{
 "app_id": "dk.gtz.graphedit.Graphedit",
 "source_url": "https://raw.githubusercontent.com/sillydan1/graphedit/main/dk.gtz.graphedit.Graphedit.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "22.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--env=PATH=/app/jre/bin:/app/bin:/usr/bin",
  "--socket=fallback-x11",
  "--filesystem=host",
  "--persist=path"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T12:57:53.538279+00:00",
 "manifest": {
  "app-id": "dk.gtz.graphedit.Graphedit",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "22.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.openjdk17"
  ],
  "command": "graphedit",
  "finish-args": [
   "--env=PATH=/app/jre/bin:/app/bin:/usr/bin",
   "--socket=fallback-x11",
   "--filesystem=host",
   "--persist=path"
  ],
  "only-arches": [
   "x86_64"
  ],
  "modules": [
   {
    "name": "openjdk17",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/lib/sdk/openjdk17/install.sh"
    ]
   },
   {
    "name": "graphedit",
    "sources": [
     {
      "type": "dir",
      "path": "graphedit/src/main/resources"
     },
     {
      "type": "archive",
      "dest": "graphedit-bin",
      "strip-components": 0,
      "only-arches": [
       "x86_64"
      ],
      "url": "https://github.com/sillydan1/graphedit/releases/download/latest/graphedit-bin-x86_64.zip",
      "sha256": "a8d107bc49bb28d8d1e4888f904e2a92fb68313414ac976379ca698b0319b977"
     }
    ],
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/bin /app/lib",
     "install -D graphedit-bin/bin/* /app/bin/",
     "install -D graphedit-bin/lib/* /app/lib/",
     "install -D icon/master.svg /app/share/icons/hicolor/scalable/apps/dk.gtz.graphedit.Graphedit.svg",
     "install -D dk.gtz.graphedit-Graphedit.desktop /app/share/applications/dk.gtz.graphedit-Graphedit.desktop"
    ]
   }
  ]
 }
}