mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
37 lines
660 B
JSON
37 lines
660 B
JSON
{
|
|
"name": "quazip",
|
|
"version": "1.4",
|
|
"port-version": 1,
|
|
"description": "Qt/C++ wrapper over minizip",
|
|
"homepage": "https://stachenov.github.io/quazip/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5compat",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"bzip2": {
|
|
"description": "BZIP2 compression",
|
|
"dependencies": [
|
|
"bzip2"
|
|
]
|
|
}
|
|
}
|
|
}
|