vcpkg/ports/libproxy/vcpkg.json
Phoebe 69d5556d0d
[ffnvcodec/libproxy] Update to latest release version (#20169)
* [ffnvcodec/libproxy] Update to latest release version

* Small changes

* [ffnvcodec] Use version instead of version-string.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-16 18:31:30 -07:00

41 lines
892 B
JSON

{
"name": "libproxy",
"version": "0.4.17",
"description": "libproxy is a library that provides automatic proxy configuration management.",
"homepage": "https://github.com/libproxy/libproxy",
"dependencies": [
"libmodman",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"bindings-csharp": {
"description": "Install C# bindings"
},
"bindings-perl": {
"description": "Install PERL bindings"
},
"bindings-python": {
"description": "Install Python bindings"
},
"bindings-ruby": {
"description": "Install Ruby bindings"
},
"bindings-vala": {
"description": "Install Vala bindings"
},
"tests": {
"description": "Build libproxy tests"
},
"tools": {
"description": "build tools"
}
}
}