mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:49:06 +08:00
984698f5f0
* Switch download source to github * update version * add both urls --------- Co-authored-by: Monica <v-liumonica@microsoft.com> Co-authored-by: Javier Matos Denizac <javiermat@microsoft.com>
20 lines
405 B
JSON
20 lines
405 B
JSON
{
|
|
"name": "7zip",
|
|
"version-string": "23.01",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|