{
 "app_id": "io.github.tortrrs.evim",
 "source_url": "https://raw.githubusercontent.com/tortr-rs/Editor-VIM/main/packaging/flatpak/io.github.tortr-rs.evim.json",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "23.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--filesystem=host",
  "--filesystem=home"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-20T12:52:56.626738+00:00",
 "manifest": {
  "app-id": "io.github.tortrrs.evim",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "23.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "evim",
  "finish-args": [
   "--filesystem=host",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "evim",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm755 evim.py /app/lib/evim/evim.py",
     "install -Dm755 evim-wrapper /app/bin/evim"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/tortr-rs/Editor-VIM.git",
      "tag": "v1.0.0"
     },
     {
      "type": "script",
      "dest-filename": "evim-wrapper",
      "commands": [
       "exec python3 /app/lib/evim/evim.py \"$@\""
      ]
     }
    ]
   }
  ]
 }
}