aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libproxy/vcpkg.json
blob: 0a26245082b45879836399d35ea8a9efe67cd464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "libproxy",
  "version": "0.4.18",
  "port-version": 3,
  "description": "libproxy is a library that provides automatic proxy configuration management.",
  "homepage": "https://github.com/libproxy/libproxy",
  "license": "LGPL-2.1-only",
  "supports": "!(uwp | xbox | android)",
  "dependencies": [
    {
      "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"
    }
  }
}