vcpkg/ports/icu/vcpkg.json

24 lines
430 B
JSON
Raw Normal View History

{
"name": "icu",
"version": "74.2",
[vcpkg_configure_make] Misc fixes (#31228) * Fix lib suffix matching * Preserve flags when transforming standard libs * Use separate_arguments * Fix transform * [vcpkg_configure_make] Fix SKIP_CONFIGURE * Update linker flags * Update linker flags * Fix regex substitution * Restore full CI * Reuse configure's linker flags setup * Handle ldflags separately from linker flags * Factor out common definitions * Control docdir and mandir for debug * Use vcpkg_list APPEND * Don't pass -avoid-version into configure * Restore lost escaping * Copy --target from LDFLAGS to CC/CXX * Consolidate macros into one function * Elaborate ABI flags * Elaborate flag processing * Update warnings for embedded space * Update windows tool path fixup * [libudns] No cross builds * [vcpkg_find_acquire_program] Add VSCLANG Find VS's clang without fallback to the giant LLVM download. * [gmp] Update CCAS setup * [nettle] Update CCAS setup * Fix VSCLANG * WIP * Restore processing of isysroot * [nettle] Fix assembler option * [liburing] Adjust * Variable name changes * Remove redundant separate arguments * Move -m32/-m64 to ABI flags * Unify ABIFLAGS spelling * CI * Revert VSCLANG * Use GNU Make to build autotools ports on FreeBSD (microsoft/vcpkg#32282) * Fix flag removal * Drop separation of ABI flags * Handle '-arch=...' * Revert "Control docdir and mandir for debug" This reverts commit d8293a199745ced3e8e77a274ebe2005d9a213be. * [icu] Pass uwp option to pkgdata * Restore old osx flags hook * Add triplet variable to make libtool pass --target to linker --------- Co-authored-by: Schaich, Alonso <alonsoschaich@fastmail.fm>
2024-01-24 05:27:46 +08:00
"port-version": 1,
"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"
}
}
}