vcpkg/ports/7zip/vcpkg.json
Frank 6b49f8300c
[7zip] Add complete public header files (#27569)
* [7zip] Add complete public header files

* version

* simplify

* version

* add end line

* vdb
2022-11-22 12:22:57 -08:00

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
}
]
}