vcpkg/ports/kubernetes/vcpkg.json

24 lines
432 B
JSON
Raw Normal View History

{
"name": "kubernetes",
"version": "0.6.0",
2023-03-11 03:20:10 +08:00
"port-version": 1,
"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
}
]
}