aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nuspell/vcpkg.json
blob: ef61425fb3ba0b40a0bfa8f21692611e49299220 (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
{
  "name": "nuspell",
  "version-semver": "5.1.6",
  "description": [
    "Nuspell is a fast and safe spelling checker software program.",
    "It is designed for languages with rich morphology and complex word compounding.",
    "Nuspell is written in modern C++ and it supports Hunspell dictionaries."
  ],
  "homepage": "https://nuspell.github.io/",
  "license": "LGPL-3.0-or-later",
  "supports": "!xbox",
  "dependencies": [
    "icu",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build tools",
      "dependencies": [
        "getopt"
      ]
    }
  }
}