mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 18:19:07 +08:00
b44c4dd0e2
* [7-zip] update to <21.07> * update version * only support windows * update version * support !uwp * update version * update license and license path, support arm64-windows, * UPDATE LICENSE * update version * update export and portfile.cmake * overwrite version * delete unused license, add fix absolute path * udpate version * add config_fixup * update version * update CMakeLists.txt * update version
19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"name": "7zip",
|
|
"version-string": "21.07",
|
|
"description": "Library for archiving file with a high compression ratio.",
|
|
"homepage": "https://www.7-zip.org",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|