mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 23:29:08 +08:00
326968a70b
* [minizip] Misc fixes * [minizip] CMake config is unofficial * [xlsxio] Update, fixes * [collada-dom] Fix minizip * [fmilib] Fix minizip * [xlsxio] Fix vcpkg quirk
33 lines
628 B
JSON
33 lines
628 B
JSON
{
|
|
"name": "minizip",
|
|
"version-semver": "1.2.13",
|
|
"port-version": 1,
|
|
"description": "Minizip zip file manipulation library",
|
|
"homepage": "https://github.com/madler/zlib",
|
|
"license": "Zlib",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "Support compression using bzip2 library",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Install tools",
|
|
"supports": "!ios"
|
|
}
|
|
}
|
|
}
|