vcpkg/ports/libxslt/vcpkg.json
Kai Pastor 2f56fdad4b
[libpq,libxslt] Update libpq, fix misc issues (#31314)
* [libpq] Install msys2 autoconf-archive

* Install msys2 zic tool

* Fix zstd patching

* Always build as if cross compiling

* Enable feature client for non-windows

* Cleanup (WIP)

* Cleanup (WIP)

* Update portfile.cmake

* WIP

* WIP

* WIP

* WIP

* [libxslt] Fix pc files

* WIP

* WIP: Test libpq[all]

* WIP

* Update to 15.3

* Move patches

* Revert "WIP: Test libpq[all]"

* Fix install

* Skip import libs for plugins

* Full CI
2023-05-31 19:55:03 -07:00

44 lines
938 B
JSON

{
"name": "libxslt",
"version": "1.1.37",
"port-version": 2,
"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"
}
}
}