mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:19:01 +08:00
f68f30c1e1
* [minizip-ng] made cmake installs relative * [minizip-ng] update version * Update versions/m-/minizip-ng.json * formated ports/minzip-ng/vcpkg.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
26 lines
517 B
JSON
26 lines
517 B
JSON
{
|
|
"name": "minizip-ng",
|
|
"version": "3.0.2",
|
|
"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"
|
|
]
|
|
}
|