mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:39:02 +08:00
b2a7fdcbb2
* Update Kubernetes client's port * Update Kubernetes client's version * Update Kubernetes client's port * Update Kubernetes client's port * Update Kubernetes client's port * Apply suggested commits * Update Kubernetes client's version * Update Kubernetes client's version * Update Kubernetes client's version
23 lines
421 B
JSON
23 lines
421 B
JSON
{
|
|
"name": "kubernetes",
|
|
"version-date": "2022-11-09",
|
|
"description": "Kubernetes C client",
|
|
"homepage": "https://github.com/kubernetes-client/c/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"curl",
|
|
"libwebsockets",
|
|
"libyaml",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|