aboutsummaryrefslogtreecommitdiff
path: root/ports/hunspell/vcpkg.json
blob: c89c4ca94ac10275dbe9ff9adbd1c7ab8dc4c228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "hunspell",
  "version": "1.7.0",
  "port-version": 5,
  "description": "The most popular spellchecking library.",
  "homepage": "https://github.com/hunspell/hunspell",
  "supports": "!((arm | uwp) & windows)",
  "dependencies": [
    {
      "name": "gettext",
      "host": true,
      "features": [
        "tools"
      ]
    },
    "libiconv"
  ],
  "features": {
    "tools": {
      "description": "Build hunspell tools"
    }
  }
}