diff options
Diffstat (limited to 'vcpkg/ports/libzippp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libzippp/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/libzippp/vcpkg.json b/vcpkg/ports/libzippp/vcpkg.json new file mode 100644 index 0000000..84cc33d --- /dev/null +++ b/vcpkg/ports/libzippp/vcpkg.json @@ -0,0 +1,30 @@ +{ + "name": "libzippp", + "version": "7.1-1.10.1", + "description": "Simple basic C++ wrapper around the libzip library. It is meant to be a portable and easy-to-use library for ZIP handling", + "homepage": "https://github.com/ctabin/libzippp", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "libzip", + "default-features": false, + "features": [ + "bzip2" + ] + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ], + "features": { + "encryption": { + "description": "Support encryption" + } + } +} |