vcpkg/ports/kubernetes/vcpkg.json
2023-03-10 11:20:10 -08:00

24 lines
432 B
JSON

{
"name": "kubernetes",
"version": "0.6.0",
"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
}
]
}