mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 18:59:07 +08:00
f268ef2f7e
* [7zip] Add C headers to includes. Some people need them. * [7zip] Update version 23.01 to include C headers. * [7zip] Bump port version. * [7zip] Version files updated. * [7zip] Reverting faulty version file changes. * [7zip] Version files changed, less faulty..
20 lines
405 B
JSON
20 lines
405 B
JSON
{
|
|
"name": "7zip",
|
|
"version-string": "23.01",
|
|
"port-version": 1,
|
|
"description": "Library for archiving file with a high compression ratio.",
|
|
"homepage": "https://www.7-zip.org",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|