mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 17:41:36 +08:00
8a5bbf4409
* Update to 1.7.1 * Minor portfile updates * Fix mingw * Add proper 'nls' feature * Patch for autotools subdirs control * Update versions * Add license field * Update versions
31 lines
667 B
JSON
31 lines
667 B
JSON
{
|
|
"name": "hunspell",
|
|
"version": "1.7.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",
|
|
"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"
|
|
}
|
|
}
|
|
}
|