aboutsummaryrefslogtreecommitdiff
path: root/ports/libproxy/vcpkg.json
blob: 15e72c018e6b1a46dbdb1439954040723a5fdd85 (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
{
  "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"
    }
  }
}