mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:43:03 +08:00
[hunspell] Add support for feature tools (#37915)
This commit is contained in:
parent
bc00d6028f
commit
2308ec3771
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "hunspell",
|
||||
"version": "1.7.2",
|
||||
"port-version": 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",
|
||||
@ -24,7 +25,8 @@
|
||||
]
|
||||
},
|
||||
"tools": {
|
||||
"description": "Build hunspell tools"
|
||||
"description": "Build hunspell tools",
|
||||
"supports": "!windows | mingw"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3426,7 +3426,7 @@
|
||||
},
|
||||
"hunspell": {
|
||||
"baseline": "1.7.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"hwloc": {
|
||||
"baseline": "2.10.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1d470eb79853a55a2bcbf8fce3e41f0cf7c737a3",
|
||||
"version": "1.7.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "adbb8a9460f3c540d3d5719c519c32b97b3f5844",
|
||||
"version": "1.7.2",
|
||||
|
Loading…
Reference in New Issue
Block a user