mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:59:10 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
32 lines
696 B
JSON
32 lines
696 B
JSON
{
|
|
"name": "hunspell",
|
|
"version": "1.7.1",
|
|
"port-version": 4,
|
|
"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"
|
|
}
|
|
}
|
|
}
|