mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
5c19a00f26
* [hunspell] switch to make to enable build of hunspell tools * version stuff
23 lines
417 B
JSON
23 lines
417 B
JSON
{
|
|
"name": "hunspell",
|
|
"version-string": "1.7.0",
|
|
"port-version": 3,
|
|
"description": "The most popular spellchecking library.",
|
|
"homepage": "https://github.com/hunspell/hunspell",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"libiconv"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build hunspell tools"
|
|
}
|
|
}
|
|
}
|