{
 "app_id": "moe.nomm.Nomm",
 "source_url": "https://raw.githubusercontent.com/flathub/moe.nomm.Nomm/master/moe.nomm.Nomm.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=~/.local/share/Steam",
  "--filesystem=~/.var/app/com.valvesoftware.Steam",
  "--filesystem=~/.var/app/com.heroicgameslauncher.hgl/config/heroic:ro",
  "--filesystem=~/.config/heroic:ro",
  "--filesystem=~/.local/share/citron/load",
  "--filesystem=~/.var/app/io.github.ryubing.Ryujinx/config/Ryujinx",
  "--filesystem=~/.local/share/eden/load",
  "--filesystem=~/.steam/debian-installation"
 ],
 "module_count": 4,
 "fetched_at": "2026-09-17T16:13:16.702162+00:00",
 "manifest": {
  "id": "moe.nomm.Nomm",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "nomm",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--filesystem=~/.config/heroic:ro",
   "--filesystem=~/.var/app/com.heroicgameslauncher.hgl/config/heroic:ro",
   "--filesystem=~/.local/share/Steam:rw",
   "--filesystem=~/.var/app/com.valvesoftware.Steam:rw",
   "--filesystem=~/.steam/debian-installation:rw",
   "--filesystem=~/.var/app/io.github.ryubing.Ryujinx/config/Ryujinx:rw",
   "--filesystem=~/.local/share/eden/load:rw",
   "--filesystem=~/.local/share/citron/load:rw"
  ],
  "modules": [
   "python3-modules.json",
   {
    "name": "unrar",
    "buildsystem": "simple",
    "build-commands": [
     "make -f makefile",
     "install -Dm755 unrar /app/bin/unrar"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.rarlab.com/rar/unrarsrc-6.2.10.tar.gz",
      "sha256": "55fe6ebd5e48d6655bfda3fd19b55438ca05e13c7e69772420caad9fdb68ef42"
     }
    ]
   },
   {
    "name": "p7zip",
    "buildsystem": "simple",
    "build-commands": [
     "make 7za",
     "install -Dm755 bin/7za /app/bin/7z"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/p7zip-project/p7zip/archive/refs/tags/v17.05.tar.gz",
      "sha256": "d2788f892571058c08d27095c22154579dfefb807ebe357d145ab2ddddefb1a6"
     }
    ]
   },
   {
    "name": "NOMM",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --no-build-isolation --no-deps --prefix=/app .",
     "install -D build/flatpak/moe.nomm.Nomm.desktop /app/share/applications/moe.nomm.Nomm.desktop",
     "install -D build/flatpak/moe.nomm.Nomm.metainfo.xml /app/share/metainfo/moe.nomm.Nomm.metainfo.xml",
     "install -D assets/icons/nomm-logo.svg /app/share/icons/hicolor/scalable/apps/moe.nomm.Nomm.svg",
     "install -d /app/share/nomm",
     "cp src/nomm/*.yaml /app/bin/",
     "cp release_bites.yaml /app/bin/",
     "cp -r assets /app/share/nomm/assets",
     "find locale -name \"*.po\" | while read -r po; do\n  language_code=$(basename \"$po\" .po)\n  install -d \"/app/share/locale/$language_code/LC_MESSAGES\"\n  msgfmt \"$po\" -o \"/app/share/locale/$language_code/LC_MESSAGES/moe.nomm.Nomm.mo\"\ndone\n"
    ],
    "sources": [
     {
      "type": "archive",
      "archive-type": "tar-gzip",
      "url": "https://github.com/nomm-team/nomm-app/archive/refs/tags/0.13.4.tar.gz",
      "sha256": "072baef8366e7588f3c0eee0b46bc3ee7aa338eb5bca446cf321a356ebb9e03d",
      "x-checker-data": {
       "type": "json",
       "url": "https://api.github.com/repos/nomm-team/nomm-app/releases/latest",
       "version-query": ".tag_name",
       "url-query": ".tarball_url"
      }
     }
    ]
   }
  ]
 }
}