vcpkg/ports/icu/vcpkg.json
MonicaLiu f8d65dccc0
[icu] Add reminder to install autoconf-archive (#38019)
Fixes #38005.
By user request, add a reminder to install `autoconf-archive` on
non-windows machines.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~SHA512s are updated for each updated download.~
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ·Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-05-17 14:31:11 -07:00

24 lines
430 B
JSON

{
"name": "icu",
"version": "74.2",
"port-version": 2,
"description": "Mature and widely used Unicode and localization library.",
"homepage": "https://icu.unicode.org/home",
"license": "ICU",
"dependencies": [
{
"name": "icu",
"host": true,
"features": [
"tools"
]
}
],
"features": {
"tools": {
"description": "Build tools",
"supports": "!uwp"
}
}
}