{
 "app_id": "org.dscharrer.Innoextract",
 "source_url": "https://gitlab.com/flatpak-repo/org.dscharrer.innoextract-flatpak/-/raw/master/org.dscharrer.Innoextract.yml",
 "runtime": "org.freedesktop.Platform//18.08",
 "runtime_version": null,
 "sdk": "org.freedesktop.Sdk//18.08",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--device=all",
  "--filesystem=home",
  "--filesystem=/mnt",
  "--filesystem=/run/media"
 ],
 "module_count": 4,
 "fetched_at": "2026-09-18T08:33:05.110933+00:00",
 "manifest": {
  "app-id": "org.dscharrer.Innoextract",
  "runtime": "org.freedesktop.Platform//18.08",
  "sdk": "org.freedesktop.Sdk//18.08",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=wayland",
   "--device=all",
   "--filesystem=home",
   "--filesystem=/mnt",
   "--filesystem=/run/media"
  ],
  "command": "start",
  "build-options": {
   "cflags": "-O2 -g -pipe -fstack-protector-strong -fno-plt -frecord-gcc-switches -D_FORTIFY_SOURCE=2 -msse -msse2 -msse3 -mssse3 -mfpmath=sse -msahf -mprfchw -mcx16",
   "cxxflags": "-O2 -g -pipe -fstack-protector-strong -fno-plt -frecord-gcc-switches -D_FORTIFY_SOURCE=2 -msse -msse2 -msse3 -mssse3 -mfpmath=sse -msahf -mprfchw -mcx16",
   "ldflags": "-fstack-protector-strong -Wl,-z,relro,-z,now"
  },
  "modules": [
   {
    "name": "boost",
    "build-options": {
     "build-args": [
      "--env=CMAKE_INSTALL_PREFIX=/app"
     ]
    },
    "buildsystem": "simple",
    "build-commands": [
     "./bootstrap.sh --prefix=/app --with-libraries=iostreams,filesystem,date_time,system,program_options",
     "./b2 headers",
     "./b2 install"
    ],
    "sources": [
     {
      "sha256": "8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406",
      "type": "archive",
      "url": "https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2"
     }
    ]
   },
   {
    "name": "innoextract",
    "build-options": {
     "build-args": [
      "--env=BOOST_ROOT=/app"
     ]
    },
    "buildsystem": "cmake",
    "config-opts": [
     "-DCMAKE_INSTALL_PREFIX=/app",
     "-DCMAKE_INSTALL_MANDIR=share/man"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/dscharrer/innoextract.git",
      "tag": 1.7
     }
    ]
   },
   {
    "name": "startup",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm555 start /app/bin/start"
    ],
    "sources": [
     {
      "type": "script",
      "dest-filename": "start",
      "commands": [
       "echo \"To show supported options run \\\"innoextract --help\\\"\"",
       "bash $@"
      ]
     }
    ]
   },
   {
    "name": "resources",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dm444 org.dscharrer.Innoextract.png /app/share/icons/hicolor/128x128/apps/org.dscharrer.Innoextract.png",
     "install -Dm444 org.dscharrer.Innoextract.appdata.xml /app/share/appdata/org.dscharrer.Innoextract.appdata.xml",
     "install -Dm444 org.dscharrer.Innoextract.desktop /app/share/applications/org.dscharrer.Innoextract.desktop"
    ],
    "sources": [
     {
      "type": "file",
      "path": "org.dscharrer.Innoextract.png"
     },
     {
      "type": "file",
      "path": "org.dscharrer.Innoextract.appdata.xml"
     },
     {
      "type": "file",
      "path": "org.dscharrer.Innoextract.desktop"
     }
    ]
   }
  ]
 }
}