vcpkg/ports/minizip-ng/vcpkg.json
Cheney Wang d01ed0ebd9
[minizip-ng] Modify the output include path of the header file (#17238)
* [minizip-ng] Modify the output include path of the header file

* Update json file

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-04-12 10:16:41 -07:00

27 lines
538 B
JSON

{
"name": "minizip-ng",
"version": "3.0.1",
"port-version": 1,
"description": "minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.",
"homepage": "https://github.com/zlib-ng/minizip-ng",
"supports": "!uwp",
"dependencies": [
"bzip2",
"liblzma",
{
"name": "openssl",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"zstd"
]
}