mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:41:47 +08:00
8ead9c2674
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 * version * typo * version * typo * version * Fix params * version * deprecated vcpkg_extract_source_archive_ex * version * fix arguments * version * Rename argument * version * Deprecate vcpkg_extract_source_archive_ex * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
25 lines
457 B
JSON
25 lines
457 B
JSON
{
|
|
"name": "licensepp",
|
|
"version-date": "2020-05-19",
|
|
"port-version": 4,
|
|
"description": "Cross platform software licensing library",
|
|
"homepage": "https://github.com/zuhd-org/licensepp",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "cryptopp",
|
|
"features": [
|
|
"pem-pack"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|