aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hunspell/vcpkg.json
blob: 25e66dbb26294c421bb21b088438a69d8040a56a (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
{
  "name": "hunspell",
  "version": "1.7.2",
  "port-version": 1,
  "description": "The most popular spellchecking library.",
  "homepage": "https://github.com/hunspell/hunspell",
  "license": "MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later",
  "supports": "!uwp & !xbox",
  "dependencies": [
    "libiconv"
  ],
  "features": {
    "nls": {
      "description": "Enable native language support",
      "supports": "!windows | mingw",
      "dependencies": [
        "gettext",
        {
          "name": "gettext",
          "host": true,
          "features": [
            "tools"
          ]
        }
      ]
    },
    "tools": {
      "description": "Build hunspell tools",
      "supports": "!windows | mingw"
    }
  }
}