diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/xmlsec/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/xmlsec/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xmlsec/vcpkg.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/vcpkg/ports/xmlsec/vcpkg.json b/vcpkg/ports/xmlsec/vcpkg.json new file mode 100644 index 0000000..e8073a3 --- /dev/null +++ b/vcpkg/ports/xmlsec/vcpkg.json @@ -0,0 +1,39 @@ +{ + "name": "xmlsec", + "version": "1.3.9", + "port-version": 1, + "description": "XML Security Library is a C library based on LibXML2. The library supports major XML security standards.", + "homepage": "https://www.aleksey.com/xmlsec/", + "license": "X11 AND MPL-1.1", + "supports": "!xbox & !uwp", + "dependencies": [ + { + "name": "libxml2", + "default-features": false + }, + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "Build tools" + }, + "with-dl": { + "description": "Build with dynamic loading of xmlsec-crypto libraries", + "supports": "!static", + "dependencies": [ + { + "name": "libltdl", + "platform": "!windows" + } + ] + } + } +} |