aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libical/vcpkg.json
blob: d6df80683b38924d1d19792c82d9a2a1b7ec20f8 (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
{
  "name": "libical",
  "version": "3.0.20",
  "description": "Reference implementation of the iCalendar data type and serialization format",
  "homepage": "https://github.com/libical/libical",
  "license": "MPL-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "rscale": {
      "description": "Support for RSCALE element",
      "supports": "!static",
      "dependencies": [
        "icu"
      ]
    }
  }
}