mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:39:00 +08:00
6b49f8300c
* [7zip] Add complete public header files * version * simplify * version * add end line * vdb
20 lines
389 B
JSON
20 lines
389 B
JSON
{
|
|
"name": "7zip",
|
|
"version": "22.0",
|
|
"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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|