{
 "app_id": "org.gnome.Builder",
 "source_url": "https://raw.githubusercontent.com/flathub/org.gnome.Builder/master/org.gnome.Builder.json",
 "runtime": "org.gnome.Sdk",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=session-bus",
  "--socket=ssh-auth",
  "--socket=system-bus",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=/var/tmp",
  "--filesystem=/var/lib/flatpak",
  "--filesystem=xdg-run/gvfsd",
  "--filesystem=xdg-run/keyring",
  "--filesystem=~/.local/share/flatpak",
  "--filesystem=host",
  "--allow=devel",
  "--talk-name=org.freedesktop.Flatpak",
  "--talk-name=org.gtk.vfs.*",
  "--talk-name=org.freedesktop.PackageKit",
  "--talk-name=org.freedesktop.secrets",
  "--talk-name=org.freedesktop.FileManager1",
  "--system-talk-name=org.gnome.Sysprof3",
  "--system-talk-name=org.freedesktop.Avahi",
  "--system-talk-name=org.freedesktop.PolicyKit1"
 ],
 "module_count": 32,
 "fetched_at": "2026-09-19T13:03:21.153779+00:00",
 "manifest": {
  "id": "org.gnome.Builder",
  "runtime": "org.gnome.Sdk",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.llvm20"
  ],
  "command": "gnome-builder",
  "add-extensions": {
   "org.gnome.Builder.Plugin": {
    "version": "stable",
    "directory": "extensions",
    "add-ld-path": "lib",
    "merge-dirs": "lib/gnome-builder/plugins",
    "subdirectories": true,
    "no-autodownload": true,
    "autodelete": true
   }
  },
  "finish-args": [
   "--require-version=1.0.0",
   "--allow=devel",
   "--talk-name=org.freedesktop.Flatpak",
   "--device=dri",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--socket=ssh-auth",
   "--socket=session-bus",
   "--socket=system-bus",
   "--filesystem=host",
   "--share=network",
   "--talk-name=org.gtk.vfs.*",
   "--system-talk-name=org.freedesktop.PolicyKit1",
   "--system-talk-name=org.gnome.Sysprof3",
   "--system-talk-name=org.freedesktop.Avahi",
   "--talk-name=org.freedesktop.FileManager1",
   "--talk-name=org.freedesktop.PackageKit",
   "--talk-name=org.freedesktop.secrets",
   "--filesystem=xdg-run/gvfsd",
   "--filesystem=xdg-run/keyring",
   "--filesystem=~/.local/share/flatpak",
   "--filesystem=/var/lib/flatpak",
   "--filesystem=/var/tmp",
   "--metadata=X-DConf=migrate-path=/org/gnome/builder/",
   "--env=G_SLICE=always-malloc"
  ],
  "x-run-args": [
   "--standalone"
  ],
  "build-options": {
   "env": {
    "V": "1",
    "BASH_COMPLETIONSDIR": "/app/share/bash-completion/completions",
    "MOUNT_FUSE_PATH": "../tmp/"
   },
   "prepend-path": "/usr/lib/sdk/llvm20/bin",
   "prepend-ld-library-path": "/usr/lib/sdk/llvm20/lib"
  },
  "cleanup": [
   "/bin/rst*",
   "/bin/py*",
   "/bin/sphinx-apidoc",
   "/bin/sphinx-autogen",
   "/bin/sphinx-quickstart",
   "/bin/update-desktop-database",
   "/bin/update-mime-database",
   "/bin/chardetect",
   "/lib/avahi",
   "/lib/cmake",
   "/lib/gedit",
   "/libexec/installed-tests",
   "/share/aclocal",
   "/man",
   "/share/man",
   "/share/gir-1.0",
   "/share/gtk-doc",
   "/share/vala",
   "/share/bash-completion",
   "*.la",
   "*.a"
  ],
  "modules": [
   "python-deps.json",
   {
    "name": "gperftools",
    "cleanup": [
     "/bin",
     "/lib/libprofiler.*",
     "/lib/libtcmalloc_debug.*",
     "/lib/libtcmalloc.*",
     "/lib/libtcmalloc_and_profiler.*",
     "/lib/libtcmalloc_minimal_debug.*",
     "/share/doc"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/gperftools/gperftools/releases/download/gperftools-2.17.2/gperftools-2.17.2.tar.gz",
      "sha256": "bb172a54312f623b53d8b94cab040248c559decdb87574ed873e80b516e6e8eb"
     }
    ]
   },
   {
    "name": "uncrustify",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release"
    ],
    "builddir": true,
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/uncrustify/uncrustify/releases/download/uncrustify-0.81.0/uncrustify-0.81.0.tar.gz",
      "sha256": "fa269567d1371169659112f2a13e1e8aa4c4867a0e6a79947099c5bf9cd2282c"
     }
    ]
   },
   {
    "name": "libfuse",
    "config-opts": [
     "UDEV_RULES_PATH=/app/etc/udev/rules.d",
     "INIT_D_PATH=/app/etc/init.d"
    ],
    "cleanup": [
     "/bin/ulockmgr_server"
    ],
    "post-install": [
     "install -m a+rx fusermount-wrapper.sh /app/bin/fusermount"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/libfuse/libfuse/releases/download/fuse-2.9.9/fuse-2.9.9.tar.gz",
      "sha256": "d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5"
     },
     {
      "type": "patch",
      "path": "fuse-2.9.2-namespace-conflict-fix.patch"
     },
     {
      "type": "patch",
      "path": "fuse-disable-sys-mount-under-flatpak.patch"
     },
     {
      "type": "patch",
      "path": "fuse-2.9.2-closefrom.patch"
     },
     {
      "type": "file",
      "path": "fusermount-wrapper.sh"
     }
    ]
   },
   "shared-modules/intltool/intltool-0.51.json",
   {
    "name": "universal-ctags",
    "cleanup": [
     "/bin/readtags"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/universal-ctags/ctags.git",
      "commit": "b35c300972c617ad7cfc0f90cf653c3b95145d31",
      "tag": "p5.9.20210919.0"
     }
    ]
   },
   {
    "name": "libssh2",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
     "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
     "-DBUILD_SHARED_LIBS:BOOL=ON"
    ],
    "cleanup": [
     "/share/doc"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/libssh2/libssh2.git",
      "commit": "a312b43325e3383c865a87bb1d26cb52e3292641",
      "tag": "libssh2-1.11.1"
     }
    ]
   },
   {
    "name": "libgit2",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
     "-DBUILD_SHARED_LIBS:BOOL=ON",
     "-DUSE_SSH:BOOL=ON",
     "-DUSE_THREADS:BOOL=ON"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/libgit2/libgit2.git",
      "commit": "ca225744b992bf2bf24e9a2eb357ddef78179667",
      "tag": "v1.9.2"
     }
    ]
   },
   {
    "name": "libgit2-glib",
    "config-opts": [
     "--libdir=/app/lib",
     "--buildtype=release"
    ],
    "buildsystem": "meson",
    "builddir": true,
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/libgit2-glib/1.2/libgit2-glib-1.2.1.tar.xz",
      "sha256": "97423a779002b3be8751c75f9d79049dfccca3616a26159fc162486772ba785f",
      "x-checker-data": {
       "type": "gnome",
       "name": "libgit2-glib"
      }
     }
    ]
   },
   {
    "name": "libeditorconfig",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DBUILD_DOCUMENTATION=OFF",
     "-DINSTALL_HTML_DOC=OFF"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/editorconfig/editorconfig-core-c.git",
      "commit": "e082c947e7f7b14240195d55c060a6e1eda1b0a1",
      "tag": "v0.12.9"
     }
    ]
   },
   {
    "name": "fast_float",
    "buildsystem": "cmake-ninja",
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/fastfloat/fast_float.git",
      "tag": "v8.0.2",
      "commit": "50a80a73ab2ab256ba1c3bf86923ddd8b4202bc7"
     }
    ]
   },
   {
    "name": "simdutf",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_CXX_VISIBILITY_PRESET=hidden",
     "-DCMAKE_POSITION_INDEPENDENT_CODE=TRUE",
     "-DCMAKE_VISIBILITY_INLINES_HIDDEN=TRUE"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/simdutf/simdutf/archive/refs/tags/v7.4.0.tar.gz",
      "sha256": "8fd729ebfd5ec56cb0395bcc176c4801e1f8a0ea834d166d52279d7b9e801283"
     }
    ]
   },
   {
    "name": "vte",
    "buildsystem": "meson",
    "config-opts": [
     "-Dglade=false",
     "-Dgtk3=false",
     "-Dgtk4=true",
     "-Dvapi=false"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/vte/0.84/vte-0.84.0.tar.xz",
      "sha256": "0414e31583836aeb7878da25f67c515f7e8879917ecc37c92e26b83e8d8fc3e3",
      "x-checker-data": {
       "type": "gnome",
       "version-scheme": "odd-minor-is-unstable",
       "name": "vte"
      }
     }
    ]
   },
   {
    "name": "libpeas",
    "buildsystem": "meson",
    "config-opts": [
     "-Dlua51=false",
     "-Dpython3=false"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/libpeas/2.2/libpeas-2.2.1.tar.xz",
      "sha256": "589eca89b437006edf3755478df037c740a2a84cfa5d202dbad6095e828e2488",
      "x-checker-data": {
       "type": "gnome",
       "version-scheme": "odd-minor-is-unstable",
       "name": "libpeas"
      }
     }
    ]
   },
   {
    "name": "template-glib",
    "config-opts": [
     "--libdir=/app/lib",
     "--buildtype=release"
    ],
    "buildsystem": "meson",
    "builddir": true,
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/template-glib/3.40/template-glib-3.40.0.tar.xz",
      "sha256": "e533ec2f6c24cc6df66ac55ac824fadd1b4a5f433a11cbf3a6b25815c0cfcfd5",
      "x-checker-data": {
       "type": "gnome",
       "version-scheme": "odd-minor-is-unstable",
       "name": "template-glib"
      }
     }
    ]
   },
   {
    "name": "jsonrpc-glib",
    "config-opts": [
     "--libdir=/app/lib",
     "--buildtype=release"
    ],
    "buildsystem": "meson",
    "builddir": true,
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/jsonrpc-glib/3.44/jsonrpc-glib-3.44.2.tar.xz",
      "sha256": "965496b6e1314f3468b482a5d80340dc3b0340a5402d7783cad24154aee77396",
      "x-checker-data": {
       "type": "gnome",
       "version-scheme": "odd-minor-is-unstable",
       "name": "jsonrpc-glib"
      }
     }
    ]
   },
   {
    "name": "libpanel",
    "buildsystem": "meson",
    "builddir": true,
    "config-opts": [
     "--buildtype=release",
     "-Ddocs=disabled"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/libpanel/1.10/libpanel-1.10.4.tar.xz",
      "sha256": "593888a7691f0af8aaa6e193c9e14afa86a810c0c2f27515c6d813f18733b1cd",
      "x-checker-data": {
       "type": "gnome",
       "name": "libpanel"
      }
     }
    ]
   },
   {
    "name": "ostree",
    "config-opts": [
     "--disable-man",
     "--with-curl",
     "--without-soup",
     "--without-libsystemd"
    ],
    "cleanup": [
     "/bin",
     "/etc/grub.d",
     "/etc/ostree",
     "/share/ostree",
     "/libexec"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/ostreedev/ostree.git",
      "tag": "v2025.7",
      "commit": "134d144cb52ff018cfedfb936b661189bccc76e6",
      "x-checker-data": {
       "type": "git",
       "url": "https://github.com/flatpak/libportal",
       "tag-pattern": "^(v[\\d.]+)$"
      }
     }
    ]
   },
   {
    "name": "polkit",
    "buildsystem": "meson",
    "config-opts": [
     "-Dlibs-only=true",
     "-Dintrospection=false",
     "-Dauthfw=shadow"
    ],
    "rm-configure": true,
    "build-options": {
     "env": {
      "CFLAGS": "-Wno-implicit-function-declaration"
     }
    },
    "cleanup": [
     "/bin/*",
     "/etc/dbus-1",
     "/etc/pam.d",
     "/include",
     "/lib/pkgconfig",
     "/lib/polkit-1",
     "/share/dbus-1/system-services/*",
     "/share/polkit-1"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/polkit-org/polkit/archive/refs/tags/126.tar.gz",
      "sha256": "2814a7281989f6baa9e57bd33bbc5e148827e2721ccef22aaf28ab2b376068e8"
     }
    ]
   },
   {
    "name": "bubblewrap",
    "buildsystem": "meson",
    "config-opts": [
     "-Dman=disabled",
     "-Dselinux=disabled",
     "-Dtests=false"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/projectatomic/bubblewrap/archive/refs/tags/v0.11.1.tar.gz",
      "sha256": "fb6ebf0264dfe9fb88777d352deeedf5aecf2e36e78da148157036b647f86e0f",
      "x-checker-data": {
       "type": "anitya",
       "project-id": 10937,
       "stable-only": true,
       "url-template": "https://github.com/projectatomic/bubblewrap/archive/refs/tags/v$version.tar.gz"
      }
     }
    ]
   },
   {
    "name": "xdg-dbus-proxy",
    "buildsystem": "meson",
    "config-opts": [
     "-Dman=disabled",
     "-Dtests=false"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/flatpak/xdg-dbus-proxy/archive/refs/tags/0.1.6.tar.gz",
      "sha256": "ee9c1d665f4e3b025a83d522d478ff7930070f2817fc2cb446db0dca93c990b1",
      "x-checker-data": {
       "type": "anitya",
       "project-id": 58434,
       "stable-only": true,
       "url-template": "https://github.com/flatpak/xdg-dbus-proxy/archive/refs/tags/$version.tar.gz"
      }
     }
    ]
   },
   {
    "name": "flatpak",
    "buildsystem": "meson",
    "config-opts": [
     "-Dgtkdoc=disabled",
     "-Ddocbook_docs=disabled",
     "-Dtests=false",
     "-Dman=disabled",
     "-Dseccomp=disabled",
     "-Dselinux_module=disabled",
     "-Dmalcontent=disabled",
     "-Dsandboxed_triggers=false",
     "-Dsystem_helper=enabled",
     "-Dhttp_backend=curl",
     "-Dsystemd=disabled",
     "-Dsystem_install_dir=/var/lib/flatpak",
     "-Dsystem_bubblewrap=bwrap",
     "-Dsystem_dbus_proxy=xdg-dbus-proxy",
     "--sysconfdir=/var/run/host/etc"
    ],
    "cleanup": [
     "/bin/flatpak-bisect",
     "/bin/flatpak-coredumpctl",
     "/etc/profile.d",
     "/lib/systemd",
     "/share/dbus-1/interfaces/org.freedesktop.*",
     "/share/dbus-1/services/org.freedesktop.*",
     "/share/flatpak/triggers",
     "/share/gdm",
     "/share/zsh"
    ],
    "post-install": [
     "cp /usr/bin/update-mime-database /app/bin",
     "cp /usr/bin/update-desktop-database /app/bin"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/flatpak/flatpak.git",
      "tag": "1.16.3",
      "commit": "b76f2533c72d65e20bfbc6ef0fb2f6ae9939013d",
      "x-checker-data": {
       "type": "git",
       "url": "https://github.com/flatpak/flatpak",
       "tag-pattern": "^([\\d]+\\.\\d*[02468][\\d.]*)$"
      }
     }
    ]
   },
   {
    "name": "flatpak-builder",
    "buildsystem": "meson",
    "config-opts": [
     "-Ddocs=disabled",
     "-Dtests=false",
     "-Dinstalled_tests=false",
     "-Dfuse=2"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/flatpak/flatpak-builder.git",
      "tag": "1.4.7",
      "commit": "a7a5aae277c99b7df068f413ab818854ed5c7af5",
      "disable-submodules": true,
      "x-checker-data": {
       "type": "git",
       "is-important": true,
       "url": "https://github.com/flatpak/flatpak-builder.git",
       "tag-pattern": "^([\\d]+\\.\\d*[02468][\\d.]*)$"
      }
     },
     {
      "type": "git",
      "url": "https://github.com/GNOME/libglnx.git",
      "commit": "ccea836b799256420788c463a638ded0636b1632",
      "dest": "subprojects/libglnx"
     }
    ]
   },
   {
    "name": "avahi",
    "cleanup": [
     "/bin/avahi-*"
    ],
    "config-opts": [
     "--with-distro=none",
     "--disable-qt3",
     "--disable-qt4",
     "--disable-qt5",
     "--disable-gtk",
     "--disable-gtk3",
     "--disable-python",
     "--disable-pygobject",
     "--disable-python-dbus",
     "--disable-mono",
     "--disable-monodoc",
     "--disable-autoipd",
     "--disable-core-docs",
     "--disable-manpages",
     "--disable-xmltoman",
     "--disable-tests",
     "--disable-libdaemon",
     "--disable-compat-libdns_sd",
     "--disable-compat-howl",
     "--disable-libevent"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/lathiat/avahi/releases/download/v0.8/avahi-0.8.tar.gz",
      "sha256": "060309d7a333d38d951bc27598c677af1796934dbd98e1024e7ad8de798fedda"
     }
    ]
   },
   {
    "name": "deviced",
    "config-opts": [
     "--libdir=/app/lib",
     "--buildtype=release",
     "-Ddaemon=false",
     "-Dtools=false"
    ],
    "buildsystem": "meson",
    "builddir": true,
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.gnome.org/chergert/deviced.git",
      "commit": "8bb61199a689bfc02fe07b02edda2039d1999d1f"
     }
    ]
   },
   {
    "name": "libportal",
    "config-opts": [
     "--buildtype=release",
     "-Dbackend-gtk4=enabled",
     "-Dbackend-gtk3=disabled",
     "-Dbackend-qt5=disabled",
     "-Dbackend-qt6=disabled",
     "-Ddocs=false",
     "-Dtests=false"
    ],
    "buildsystem": "meson",
    "builddir": true,
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/flatpak/libportal",
      "tag": "0.9.1",
      "commit": "8f5dc8d192f6e31dafe69e35219e3b707bde71ce",
      "x-checker-data": {
       "type": "git",
       "url": "https://github.com/flatpak/libportal",
       "tag-pattern": "^([\\d.]+)$"
      }
     }
    ]
   },
   {
    "name": "html-tidy",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DBUILD_SHARED_LIB=OFF",
     "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/htacg/tidy-html5.git",
      "commit": "1ca37471b48a3498f985509828cb3cf85ea129f8",
      "tag": "5.8.0"
     }
    ]
   },
   {
    "name": "cmark",
    "buildsystem": "cmake-ninja",
    "builddir": true,
    "config-opts": [
     "-DCMARK_TESTS=OFF",
     "-DCMARK_SHARED=OFF"
    ],
    "cleanup": [
     "/bin/cmark"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/commonmark/cmark",
      "commit": "a8da5a2f252b96eca60ae8bada1a9ba059a38401",
      "tag": "0.30.2"
     }
    ]
   },
   {
    "name": "d-spy",
    "buildsystem": "meson",
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/d-spy/50/d-spy-50.0.tar.xz",
      "sha256": "1bddc86d8a2cf67b4f652dc461ccd8353112f088753420037c75f5454deaad10",
      "x-checker-data": {
       "type": "gnome",
       "name": "d-spy"
      }
     }
    ]
   },
   {
    "name": "gom",
    "buildsystem": "meson",
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/gom/0.5/gom-0.5.6.tar.xz",
      "sha256": "4d7a5e268698c8e7e40603e36e9e3a2b76133931ce1b637c1136301491b54cc3",
      "x-checker-data": {
       "type": "gnome",
       "name": "gom"
      }
     }
    ]
   },
   {
    "name": "libspelling",
    "buildsystem": "meson",
    "config-opts": [
     "-Dintrospection=disabled",
     "-Ddocs=false"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/libspelling/0.4/libspelling-0.4.10.tar.xz",
      "sha256": "56e3f01a3a18b575beea4c34349f99cdaba316e1f7c271b1231f7bcf5d9af73b",
      "x-checker-data": {
       "type": "gnome",
       "version-scheme": "odd-minor-is-unstable",
       "name": "libspelling"
      }
     }
    ]
   },
   {
    "name": "gnome-builder",
    "buildsystem": "meson",
    "builddir": true,
    "config-opts": [
     "--libdir=lib",
     "--buildtype=release",
     "-Dctags_path=/app/bin/ctags",
     "-Dtcmalloc=true",
     "-Dtracing=true",
     "-Dhelp=true",
     "-Dchannel=flatpak-stable",
     "-Dnetwork_tests=false",
     "-Dplugin_deviced=true",
     "-Dgnome_sdk_version=50"
    ],
    "cleanup": [
     "/share/gnome-builder/gir-1.0"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/gnome-builder/50/gnome-builder-50.0.tar.xz",
      "sha256": "46d54fd13f4f4bdb6eed7d004b499d0b6d9a76a6fafc68ad16c389953fd92f46",
      "x-checker-data": {
       "type": "gnome",
       "name": "gnome-builder",
       "is-important": true
      }
     }
    ],
    "post-install": [
     "cp -a /usr/lib/sdk/llvm20/bin/* /app/bin/",
     "cp -a /usr/lib/sdk/llvm20/lib/* /app/lib/",
     "cp -a /usr/lib/sdk/llvm20/libexec/* /app/libexec/",
     "cp -a /usr/lib/sdk/llvm20/include/* /app/include/",
     "cp -a /usr/lib/sdk/llvm20/share/* /app/share/",
     "install -d /app/extensions"
    ]
   }
  ]
 }
}