diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/quazip/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/quazip/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/quazip/vcpkg.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/ports/quazip/vcpkg.json b/vcpkg/ports/quazip/vcpkg.json new file mode 100644 index 0000000..2649f91 --- /dev/null +++ b/vcpkg/ports/quazip/vcpkg.json @@ -0,0 +1,35 @@ +{ + "name": "quazip", + "version": "1.5", + "description": "Qt/C++ wrapper over minizip", + "homepage": "https://stachenov.github.io/quazip/", + "license": "LGPL-2.1-or-later", + "supports": "!xbox", + "dependencies": [ + { + "name": "qt5compat", + "default-features": false + }, + { + "name": "qtbase", + "default-features": false + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ], + "features": { + "bzip2": { + "description": "BZIP2 compression", + "dependencies": [ + "bzip2" + ] + } + } +} |