vcpkg/ports/kubernetes/vcpkg.json

22 lines
394 B
JSON
Raw Normal View History

{
"name": "kubernetes",
"version-date": "2021-11-24",
"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
}
]
}