mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 13:39:08 +08:00
d01ed0ebd9
* [minizip-ng] Modify the output include path of the header file * Update json file Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
27 lines
538 B
JSON
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"
|
|
]
|
|
}
|