mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
125df1bb8a
* [boringssl] Add pkg-config file so it still works with gRPC * Update baseline
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"name": "boringssl",
|
|
"version-date": "2021-06-23",
|
|
"port-version": 3,
|
|
"description": "BoringSSL is a fork of OpenSSL developed by Google",
|
|
"homepage": "https://boringssl.googlesource.com/boringssl",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build bssl executable"
|
|
}
|
|
}
|
|
}
|