{
 "app_id": "org.linux_hardware.hw-probe",
 "source_url": "https://raw.githubusercontent.com/flathub/org.linux_hardware.hw-probe/master/org.linux_hardware.hw-probe.yaml",
 "runtime": "org.kde.Platform",
 "runtime_version": "6.11",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=all",
  "--filesystem=xdg-config/kdeglobals:ro",
  "--talk-name=com.canonical.AppMenu.Registrar",
  "--talk-name=org.kde.kconfig.notify",
  "--talk-name=org.kde.KGlobalSettings"
 ],
 "module_count": 43,
 "fetched_at": "2026-09-17T16:15:59.436495+00:00",
 "manifest": {
  "app-id": "org.linux_hardware.hw-probe",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.11",
  "sdk": "org.kde.Sdk",
  "command": "hw-probe",
  "finish-args": [
   "--share=network",
   "--device=all",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--env=PATH=/usr/bin:/bin:/usr/sbin:/sbin:/app/bin:/app/sbin",
   "--env=PERL5LIB=/app/share/perl5:/app/lib/x86_64-linux-gnu/perl-base:/app/lib/i386-linux-gnu/perl-base",
   "--env=LD_LIBRARY_PATH=/app/lib/x86_64-linux-gnu/:/app/lib/i386-linux-gnu/:/app/lib",
   "--env=LC_ALL=C"
  ],
  "cleanup": [
   "/include",
   "/man",
   "/share/doc",
   "/share/man",
   "/share/hwinfo",
   "/share/pkgconfig",
   "/share/usb.ids.gz",
   "/share/smartmontools",
   "/share/smartd.service",
   "/share/PERL5_BASE",
   "/share/automake*",
   "/share/info",
   "/share/aclocal*",
   "/share/libtool",
   "/sbin/check_hd",
   "/sbin/convert_hd",
   "/sbin/fancontrol",
   "/sbin/getsysinfo",
   "/sbin/isadump",
   "/sbin/isaset",
   "/sbin/mk_isdnhwdb",
   "/sbin/ownership",
   "/sbin/pwmconfig",
   "/sbin/sensors-detect",
   "/sbin/setpci",
   "/sbin/update-pciids",
   "/sbin/update-usbids.sh",
   "/sbin/vpddecode",
   "/sbin/smartd",
   "/sbin/update-smart-drivedb",
   "/lib/pkgconfig",
   "/lib/libltdl*",
   "/bin/acpibin",
   "/bin/acpiexamples",
   "/bin/acpiexec",
   "/bin/acpihelp",
   "/bin/acpinames",
   "/bin/acpisrc",
   "/bin/kmod",
   "/bin/lsusb.py",
   "/bin/sensors-conf-convert",
   "/bin/usbhid-dump",
   "/bin/lex",
   "/bin/automake*",
   "/bin/aclocal*",
   "/bin/libtool*",
   "/etc/init.d",
   "/etc/smartd_warning.d",
   "/etc/sensors.d",
   "/etc/smartd.conf",
   "/etc/smartd_warning.sh",
   "/var/lib",
   "/lib/*.a",
   "/lib/*.la",
   "/usr"
  ],
  "modules": [
   {
    "name": "automake",
    "buildsystem": "simple",
    "build-commands": [
     "./configure --prefix=$FLATPAK_DEST",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "make install"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://ftp.gnu.org/gnu/automake/automake-1.15.tar.xz",
      "sha256": "9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636"
     }
    ]
   },
   {
    "name": "libtool",
    "buildsystem": "simple",
    "build-commands": [
     "./configure --prefix=$FLATPAK_DEST",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "make install"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz",
      "sha256": "7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f"
     }
    ]
   },
   {
    "name": "perl-clone",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "chmod 777 -R ./INST",
     "find ./INST -type f | perl -lne 'print if -B and -x' | xargs strip",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/usr/lib/perl5/*/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Clone-0.50.tar.gz",
      "sha256": "f9732a4a857974db30905233589113003301b585b0cecda29a21cfba5bb014f9"
     }
    ]
   },
   {
    "name": "edid-decode",
    "buildsystem": "simple",
    "build-commands": [
     "sed -i -e 's/ -g / -s /' Makefile",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "make install DESTDIR=$FLATPAK_DEST bindir=/bin mandir=/share/man"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/linuxhw/build-stuff/releases/download/1.4/edid-decode-20180622.tar.gz",
      "sha256": "ab44c58a3712beca8ffa0ac937dc24d337cb0ecd18e703b4ddf3a10b0df35e1e"
     }
    ]
   },
   {
    "name": "dmidecode",
    "buildsystem": "simple",
    "build-commands": [
     "sed -i -e 's/ -O2/ -s -O2/' Makefile",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "find . -type f | perl -lne 'print if -B and -x' | xargs strip",
     "make install prefix=/ DESTDIR=$FLATPAK_DEST"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://download-mirror.savannah.gnu.org/releases/dmidecode/dmidecode-3.5.tar.xz",
      "sha256": "79d76735ee8e25196e2a722964cf9683f5a09581503537884b256b01389cc073"
     }
    ]
   },
   {
    "name": "iproute2",
    "buildsystem": "simple",
    "build-commands": [
     "./configure --prefix=/",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "find . -type f | perl -lne 'print if -B and -x' | xargs strip",
     "install -D ./ip/ip $FLATPAK_DEST/sbin/ip"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/iproute2-7.1.0.tar.xz",
      "sha256": "fd9fa1b95809417157ca83dd72957e3261bdbce896353cb936f80af0b33a4b5c"
     }
    ]
   },
   {
    "name": "lm-sensors",
    "buildsystem": "simple",
    "build-commands": [
     "sed -i -e 's/ -g / -s /' Makefile",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "find . -type f | perl -lne 'print if -B and -x' | xargs strip",
     "make install BUILD_STATIC_LIB=0 DEBUG=0 PREFIX=/ DESTDIR=$FLATPAK_DEST"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/lm-sensors/lm-sensors/archive/V3-6-0.tar.gz",
      "sha256": "0591f9fa0339f0d15e75326d0365871c2d4e2ed8aa1ff759b3a55d3734b7d197"
     }
    ]
   },
   {
    "name": "libkmod",
    "buildsystem": "simple",
    "build-commands": [
     "./configure --disable-debug --disable-python --disable-logging --disable-test-modules --disable-manpages --prefix=/",
     "sed -i -e 's/ -g / -s /' Makefile",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "find . -type f | perl -lne 'print if -B and -x' | xargs strip",
     "make install DESTDIR=$FLATPAK_DEST",
     "install -D ./tools/lsmod $FLATPAK_DEST/bin/lsmod"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://cdn.kernel.org/pub/linux/utils/kernel/kmod/kmod-12.tar.xz",
      "sha256": "c6189dd8c5a1e8d9224e8506bd188c0cd5dfa119fd6b7e5869b3640cbe8bf92f"
     }
    ]
   },
   {
    "name": "libusb",
    "buildsystem": "simple",
    "build-commands": [
     "./configure --prefix=/",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "find . -type f | perl -lne 'print if -B and -x' | xargs strip",
     "make install DESTDIR=$FLATPAK_DEST"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/libusb/libusb/releases/download/v1.0.30/libusb-1.0.30.tar.bz2",
      "sha256": "fea36f34f9156400209595e300840767ab1a385ede1dc7ee893015aea9c6dbaf"
     }
    ]
   },
   {
    "name": "usbutils",
    "buildsystem": "meson",
    "config-opts": [
     "-Dbuildtype=release",
     "-Dc_args=\"-I/app/include/libusb-1.0\"",
     "-Dc_link_args=\"-L/app/lib -lusb-1.0\""
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://mirrors.edge.kernel.org/pub/linux/utils/usb/usbutils/usbutils-019.tar.xz",
      "sha256": "659f40c440e31ba865c52c818a33d3ba6a97349e3353f8b1985179cb2aa71ec5"
     }
    ]
   },
   {
    "name": "pciutils",
    "buildsystem": "simple",
    "build-commands": [
     "make install PREFIX=/ DESTDIR=$FLATPAK_DEST SHARED=no LIBKMOD=no HWDB=no ZLIB=no DNS=no"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/pciutils/pciutils/archive/v3.6.2.tar.gz",
      "sha256": "d84d7096a71890f0ddddc50e88ac5a3bc7412bf48d8100fc15857a411564687d"
     }
    ]
   },
   {
    "name": "acpica-unix",
    "buildsystem": "simple",
    "build-commands": [
     "sed -i -e 's/ acpiexamples acpiexec acpihelp acpisrc / /g' generate/unix/Makefile.config",
     "sed -i -e 's/-D_FORTIFY_SOURCE=2//g' generate/unix/Makefile.config",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "make install DESTDIR=$FLATPAK_DEST PREFIX=/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/acpica/acpica/releases/download/20260408/acpica-unix-20260408.tar.gz",
      "sha256": "e66ceb26d6d514ce164fe22f5a4f7ca165cc38349d7a97f41a21f19b364647a2"
     }
    ]
   },
   {
    "name": "hdparm",
    "buildsystem": "simple",
    "build-commands": [
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "make install DESTDIR=`pwd`/INST",
     "install -D INST/sbin/hdparm $FLATPAK_DEST/sbin/hdparm"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/linuxhw/build-stuff/releases/download/1.6/hdparm-9.65.tar.gz",
      "sha256": "d14929f910d060932e717e9382425d47c2e7144235a53713d55a94f7de535a4b"
     }
    ]
   },
   {
    "name": "smartmontools",
    "buildsystem": "simple",
    "build-commands": [
     "NOCONFIGURE=1 sh autogen.sh",
     "./configure --with-nvme-devicescan --prefix=/ --with-systemdsystemunitdir=/share",
     "sed -i -e 's/ -g / -s /' Makefile",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "find . -type f | perl -lne 'print if -B and -x' | xargs strip",
     "make install DESTDIR=$FLATPAK_DEST"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/linuxhw/build-stuff/releases/download/1.6/smartmontools-7.5.tar.gz",
      "sha256": "690b83ca331378da9ea0d9d61008c4b22dde391387b9bbad7f29387f2595f76e"
     }
    ]
   },
   {
    "name": "util-linux",
    "buildsystem": "simple",
    "build-commands": [
     "./configure --prefix=/",
     "sed -i -e 's/ -g / -s /' Makefile",
     "make -j $FLATPAK_BUILDER_N_JOBS dmesg",
     "make -j $FLATPAK_BUILDER_N_JOBS lscpu",
     "make -j $FLATPAK_BUILDER_N_JOBS lsblk",
     "find . -type f | grep -v img.xz | perl -lne 'print if -B and -x' | xargs strip",
     "install -D ./dmesg $FLATPAK_DEST/bin/dmesg",
     "install -D ./lscpu $FLATPAK_DEST/bin/lscpu",
     "install -D ./lsblk $FLATPAK_DEST/bin/lsblk"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.1.tar.xz",
      "sha256": "890ae8ff810247bd19e274df76e8371d202cda01ad277681b0ea88eeaa00286b"
     }
    ]
   },
   {
    "name": "lex",
    "buildsystem": "simple",
    "build-commands": [
     "NOCONFIGURE=1 sh autogen.sh",
     "./configure",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "install -D src/flex $FLATPAK_DEST/bin/lex"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/linuxhw/build-stuff/releases/download/1.4/flex-20181004.tar.gz",
      "sha256": "bd7d248de7792dd2de2089a16b7ea60f94b2056e721e1f0f1b28083f4792e902"
     }
    ]
   },
   {
    "name": "python3-setuptools",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --no-deps ."
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://files.pythonhosted.org/packages/6d/44/f5da03a8ef95d369145c5bb53050e7877c9f3d312e128605fd9504829143/setuptools-84.0.0.tar.gz",
      "sha256": "f4695c21257f0d9b537ec2692c941d02ee143b7cc1276941349a546573b2ef73"
     }
    ]
   },
   {
    "name": "python3-flit_core",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --no-deps --prefix=$FLATPAK_DEST ."
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://files.pythonhosted.org/packages/46/ef/34533186e76c526d9ec17a1ad9a10c7354cbfb20f51583cc36dfe4bdccd0/flit_core-4.0.2.tar.gz",
      "sha256": "b6929defd93884b584d7c87829e0e7b5c26ed6be17b0b873979019314aa841c8"
     }
    ]
   },
   {
    "name": "PyQt6",
    "buildsystem": "simple",
    "build-commands": [
     "PYTHON_VERSION=$(python3 -c 'import sys; print(\"{}.{}\".format(*sys.version_info))')\nsip-install \\\n    --confirm-license \\\n    --no-designer-plugin \\\n    --no-qml-plugin \\\n    --no-tools \\\n    --concatenate=1 \\\n    --no-docstrings \\\n    --verbose \\\n    --qt-shared \\\n    --target-dir=\"${FLATPAK_DEST}/lib/python${PYTHON_VERSION}/site-packages\" \\\n    --enable=QtCore \\\n    --enable=QtGui \\\n    --enable=QtWidgets\n"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://files.pythonhosted.org/packages/8b/47/b25c13eca5bebc6505394d0223e46d7ebf0c57dcac2ed908d7d19b18ab6b/pyqt6-6.11.0.tar.gz",
      "sha256": "45dd60aa69976de1918b5ced6b4e7b6a25abd2a919ecef5fd5826ecc76718889"
     }
    ],
    "modules": [
     {
      "name": "python3-sip",
      "buildsystem": "simple",
      "build-commands": [
       "pip3 install --no-deps --prefix=$FLATPAK_DEST --no-build-isolation ."
      ],
      "sources": [
       {
        "type": "archive",
        "url": "https://files.pythonhosted.org/packages/35/cb/4b1c18c22e291bb08dfc028bd1577dc7e8818e83a0338557a4de1f203d65/sip-6.16.0.tar.gz",
        "sha256": "22dcb9d02347a3af22a2cba41730c9467f1f781362e97c5eea4ec75c4b7e4ffe"
       }
      ],
      "modules": [
       {
        "name": "python3-toml",
        "buildsystem": "simple",
        "build-commands": [
         "pip3 install --no-deps --prefix=$FLATPAK_DEST --no-build-isolation ."
        ],
        "sources": [
         {
          "type": "archive",
          "url": "https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-0.10.2.tar.gz",
          "sha256": "b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
         }
        ]
       },
       {
        "name": "python3-packaging",
        "buildsystem": "simple",
        "build-commands": [
         "pip3 install --no-deps --no-build-isolation ."
        ],
        "sources": [
         {
          "type": "archive",
          "url": "https://files.pythonhosted.org/packages/7d/fa/3944b40b07da9ce895c0e6303a5ab7d53da063554f534556b134a54d6093/packaging-26.3.tar.gz",
          "sha256": "94edc256424af38762eb31306eed28beb9f0efc50a8837492c9d6fd6004aed79"
         }
        ],
        "cleanup": [
         "*"
        ]
       }
      ]
     },
     {
      "name": "pyqt6_sip",
      "buildsystem": "simple",
      "build-commands": [
       "pip3 install --no-deps --prefix=$FLATPAK_DEST --no-build-isolation ."
      ],
      "sources": [
       {
        "type": "archive",
        "url": "https://files.pythonhosted.org/packages/d1/23/16c583dbb6b53e0494dfcf7d1a44778c82e324edda62326727b37f1a5b34/pyqt6_sip-13.12.0.tar.gz",
        "sha256": "a7ad45c1e3cec3a2473d37ea9870b6c3baeccc560298623c8eb59265714c06e2"
       }
      ]
     },
     {
      "name": "python3-pyparsing",
      "buildsystem": "simple",
      "build-commands": [
       "pip3 install --no-deps --prefix=$FLATPAK_DEST --no-build-isolation ."
      ],
      "sources": [
       {
        "type": "archive",
        "url": "https://files.pythonhosted.org/packages/f3/91/9c6ee907786a473bf81c5f53cf703ba0957b23ab84c264080fb5a450416f/pyparsing-3.3.2.tar.gz",
        "sha256": "c777f4d763f140633dcb6d8a3eda953bf7a214dc4eff598413c070bcdc117cbc"
       }
      ],
      "cleanup": [
       "*"
      ]
     },
     {
      "name": "pyqt_builder",
      "buildsystem": "simple",
      "build-commands": [
       "pip3 install --no-deps --prefix=$FLATPAK_DEST --no-build-isolation ."
      ],
      "sources": [
       {
        "type": "archive",
        "url": "https://files.pythonhosted.org/packages/61/f6/f3b504b4d55a7c4d3393cb90378501f1f5fc7f233bd85c0375674f84d2af/pyqt_builder-1.19.1.tar.gz",
        "sha256": "6af6646ba29668751b039bfdced51642cb510e300796b58a4d68b7f956a024d8"
       }
      ],
      "cleanup": [
       "*"
      ]
     }
    ]
   },
   {
    "name": "libx86emu",
    "buildsystem": "simple",
    "build-commands": [
     "echo '3.7' > VERSION",
     "rm -f git2log",
     "sed -i -e 's/ -g / -s /' Makefile",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "find . -type f | perl -lne 'print if -B and -x' | xargs strip",
     "make install DESTDIR=`pwd`/INST LIBDIR=/usr/lib",
     "cp -fr INST/usr/* $FLATPAK_DEST/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/wfeldt/libx86emu/archive/refs/tags/3.7.tar.gz",
      "sha256": "03754aede79530baa0e862e1aad5527e9c1bd3371736b1ab5a2bc769e4a3d680"
     }
    ]
   },
   {
    "name": "hwinfo",
    "skip-arches": [
     "aarch64",
     "arm"
    ],
    "buildsystem": "simple",
    "build-commands": [
     "echo '23.2' > VERSION",
     "rm -f git2log",
     "sed -i -e 's/ -g / -s /' Makefile.common",
     "CFLAGS='-I'$FLATPAK_DEST'/include' LDFLAGS='-L'$FLATPAK_DEST'/lib -L'$FLATPAK_DEST'/lib -lx86emu' LD_LIBRARY_PATH=$FLATPAK_DEST'/lib:'$FLATPAK_DEST'/lib' make",
     "make install DESTDIR=`pwd`/INST",
     "cp -fr INST/usr/* $FLATPAK_DEST/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/openSUSE/hwinfo/archive/23.2.tar.gz",
      "sha256": "1ffc00d07aa1ad766e861d0d8492e2d2fa52cf537807f34e1c80e8c2d56c7115"
     }
    ]
   },
   {
    "name": "hwinfo",
    "only-arches": [
     "aarch64",
     "arm"
    ],
    "buildsystem": "simple",
    "build-commands": [
     "echo '22.1' > VERSION",
     "rm -f git2log",
     "sed -i -e 's/ -g / -s /' Makefile.common",
     "make",
     "make install DESTDIR=`pwd`/INST",
     "cp -fr INST/usr/* $FLATPAK_DEST/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/openSUSE/hwinfo/archive/23.2.tar.gz",
      "sha256": "1ffc00d07aa1ad766e861d0d8492e2d2fa52cf537807f34e1c80e8c2d56c7115"
     }
    ]
   },
   {
    "name": "hw-probe",
    "buildsystem": "simple",
    "build-commands": [
     "make install DESTDIR=$FLATPAK_DEST prefix=/",
     "mv $FLATPAK_DEST/bin/hw-probe $FLATPAK_DEST/bin/hw-probe-flatpak",
     "install -m 777 -D flatpak/hw-probe.sh $FLATPAK_DEST/bin/hw-probe",
     "install -D flatpak/PERL5_BASE $FLATPAK_DEST/share/PERL5_BASE",
     "install -D flatpak/hw-probe.appdata.xml $FLATPAK_DEST/share/metainfo/org.linux_hardware.hw-probe.metainfo.xml",
     "install -D flatpak/icon-256x256.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/org.linux_hardware.hw-probe.png",
     "install -D flatpak/icon-128x128.png $FLATPAK_DEST/share/icons/hicolor/128x128/apps/org.linux_hardware.hw-probe.png",
     "install -D flatpak/icon-64x64.png $FLATPAK_DEST/share/icons/hicolor/64x64/apps/org.linux_hardware.hw-probe.png",
     "install -D flatpak/hw-probe.desktop $FLATPAK_DEST/share/applications/org.linux_hardware.hw-probe.desktop",
     "install -D flatpak/usb.ids $FLATPAK_DEST/share/usb.ids",
     "install -D flatpak/pci.ids $FLATPAK_DEST/share/pci.ids"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/linuxhw/build-stuff/releases/download/1.6/hw-probe-1.6-AI.tar.gz",
      "sha256": "8bb16f1a788c9cfceb5bf2b75637607025ac206ac0765f3bfddd17ebe9892592"
     }
    ]
   },
   {
    "name": "hwdata",
    "buildsystem": "autotools",
    "config-opts": [
     "--prefix=$FLATPAK_DEST",
     "--disable-blacklist"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.410.tar.gz",
      "sha256": "2864b061b179b8ad8cb6a7339ca07678240a183d9cedce8677a4950acaf798e0"
     }
    ]
   },
   {
    "name": "hw-probe-pyqt6-gui",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p $FLATPAK_DEST/share/hw-probe-pyqt6-gui/",
     "mv Resources Hardware\\ Probe $FLATPAK_DEST/share/hw-probe-pyqt6-gui/",
     "ln -s $FLATPAK_DEST/share/hw-probe-pyqt6-gui/Hardware\\ Probe $FLATPAK_DEST/bin/hw-probe-pyqt6-gui",
     "chmod 777 $FLATPAK_DEST/bin/hw-probe-pyqt6-gui"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/linuxhw/build-stuff/releases/download/1.6/hw-probe-pyqt6-gui-1.0-AI.tar.gz",
      "sha256": "3a0a09d486a3b813397689e7de2df84b3132e7dab3d6dcda76cc19298b082c9c"
     }
    ]
   },
   {
    "name": "perl-uri",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/SITELIB/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.cpan.org/modules/by-module/URI/URI-5.34.tar.gz",
      "sha256": "de64c779a212ff1821896c5ca2bb69e74767d2674cee411e777deea7a22604a8"
     }
    ]
   },
   {
    "name": "perl-http-message",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/SITELIB/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.cpan.org/modules/by-module/HTTP/HTTP-Message-7.01.tar.gz",
      "sha256": "82b79ce680251045c244ee059626fecbf98270bed1467f0175ff5ea91071437e"
     }
    ]
   },
   {
    "name": "perl-net-http",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/SITELIB/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.cpan.org/modules/by-module/Net/Net-HTTP-6.24.tar.gz",
      "sha256": "290ed9a97b05c7935b048e6d2a356035871fca98ad72c01c5961726adf85c83c"
     }
    ]
   },
   {
    "name": "perl-try-tiny",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/SITELIB/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.31.tar.gz",
      "sha256": "3300d31d8a4075b26d8f46ce864a1d913e0e8467ceeba6655d5d2b2e206c11be"
     }
    ]
   },
   {
    "name": "perl-lwp-mediatypes",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/SITELIB/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.cpan.org/modules/by-module/LWP/LWP-MediaTypes-6.04.tar.gz",
      "sha256": "8f1bca12dab16a1c2a7c03a49c5e58cce41a6fec9519f0aadfba8dad997919d9"
     }
    ]
   },
   {
    "name": "perl-http-date",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/SITELIB/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.cpan.org/modules/by-module/HTTP/HTTP-Date-6.06.tar.gz",
      "sha256": "7b685191c6acc3e773d1fc02c95ee1f9fae94f77783175f5e78c181cc92d2b52"
     }
    ]
   },
   {
    "name": "perl-timedate",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/SITELIB/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.cpan.org/modules/by-module/Time/TimeDate-2.33.tar.gz",
      "sha256": "c0b69c4b039de6f501b0d9f13ec58c86b040c1f7e9b27ef249651c143d605eb2"
     }
    ]
   },
   {
    "name": "libwww-perl",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/SITELIB/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-6.36.tar.gz",
      "sha256": "75c034ab4b37f4b9506dc644300697505582cf9545bcf2e2079e7263f675290a"
     }
    ]
   },
   {
    "name": "perl-parent",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/SITELIB/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://cpan.metacpan.org/authors/id/C/CO/CORION/parent-0.238.tar.gz",
      "sha256": "38f58fdef3e28a194c9c8d0dc5d02672faf93c069f40c5bcb1fabeadbbc4d2d1"
     }
    ]
   },
   {
    "name": "perl-time-local",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/SITELIB/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.cpan.org/modules/by-module/Time/Time-Local-1.35.tar.gz",
      "sha256": "1d136b71bd041cbe6f66c43180ee79e675b72ad5a3596abd6a44d211072ada29"
     }
    ]
   },
   {
    "name": "perl-data-dumper",
    "buildsystem": "simple",
    "build-commands": [
     "perl Makefile.PL",
     "make install DESTDIR=`pwd`/INST INSTALLSITELIB=/SITELIB",
     "chmod 777 -R ./INST",
     "find ./INST -type f | perl -lne 'print if -B and -x' | xargs strip",
     "mkdir -p $FLATPAK_DEST/share/perl5/",
     "cp -fr ./INST/usr/lib/perl5/*/* $FLATPAK_DEST/share/perl5/"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.cpan.org/modules/by-module/Data/Data-Dumper-2.183.tar.gz",
      "sha256": "e42736890b7dae1b37818d9c5efa1f1fdc52dec04f446a33a4819bf1d4ab5ad3"
     }
    ]
   },
   {
    "name": "perl-base",
    "buildsystem": "simple",
    "build-commands": [
     "sh Configure -de -Dprefix=/",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "find . -type f | perl -lne 'print if -B and -x' | xargs strip",
     "install -D ./perl $FLATPAK_DEST/bin/perl",
     "cd lib && cat $FLATPAK_DEST/share/PERL5_BASE | while read i; do mkdir -p $FLATPAK_DEST/share/perl5/`dirname $i`; cp -fr $i $FLATPAK_DEST/share/perl5/$i; done"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.cpan.org/src/5.0/perl-5.42.3.tar.xz",
      "sha256": "c9387e1473a1866935cb047ece7c2e0a80767a3acdecb79d4a375f8a95970ddc"
     }
    ]
   }
  ]
 }
}