mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:09:08 +08:00
5a8ff0088a
* Update mingw support expressions * Update versions * Use pkg-config for complete libgcrypt dependencies * Remove crypto from default features Align with CMake build system defaults. * Drop unused liblzma dependency * Update versions * Skip installation of docs * Update versions * Restructure patches * Update versions * CI [skip actions] * Revise libxml2 wrapper * Omit CONFIG from find_package(LibXml2) * Test libxml2 with, and fix for, CMake 3.7 * Update versions * More libxml2 wrapper changes * libxslt gcrypt variable name changes * Install usage * Trim portfile * [openscap] Use vcpkg pkg-config database * [openscap] Unbreak find_package(Threads) * Update versions * Update CI baseline * REQUIRED is a literal * Update versions * Always load libxml2 config instead of find module [skip actions] * [libxmlmm] Fix linking to libxml2 libxml2 needs iconv include dir on Windows. * [libxmlmm] License field and processing * [libxmlmm] Export unofficial CMake config * [libxmlmm] Change target prefix, not global default * Revert cmake-user changes * Set LIBXML2_FOUND * Update versions * Fix xslt-config * Update versions * Adjust tidy-html5 * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
44 lines
938 B
JSON
44 lines
938 B
JSON
{
|
|
"name": "libxslt",
|
|
"version": "1.1.35",
|
|
"port-version": 1,
|
|
"description": "Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT",
|
|
"homepage": "https://github.com/GNOME/libxslt",
|
|
"license": null,
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"libxml2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"crypto": {
|
|
"description": "Build with crypto support",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"libgcrypt"
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "default features for the current platform"
|
|
},
|
|
"plugins": {
|
|
"description": "(deprecated)",
|
|
"supports": "!static"
|
|
},
|
|
"python": {
|
|
"description": "Builds with python support",
|
|
"supports": "!windows"
|
|
}
|
|
}
|
|
}
|