mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
26 lines
556 B
JSON
26 lines
556 B
JSON
{
|
|
"name": "openvpn3",
|
|
"version": "3.7.0",
|
|
"port-version": 2,
|
|
"description": "a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.",
|
|
"homepage": "https://openvpn.net",
|
|
"license": "AGPL-3.0",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"asio",
|
|
"mbedtls",
|
|
{
|
|
"name": "tap-windows6",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|