mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 11:22:52 +08:00
9688695b5f
* Update kubernetes library * Update versions * Fix port version * Update versions * update kubernetes to latest commit * update version * revert kubernetes.json Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
22 lines
394 B
JSON
22 lines
394 B
JSON
{
|
|
"name": "kubernetes",
|
|
"version-date": "2021-11-18",
|
|
"description": "Kubernetes C client",
|
|
"homepage": "https://github.com/kubernetes-client/c/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"curl",
|
|
"libwebsockets",
|
|
"libyaml",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|