Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}