vcpkg/ports/libical/vcpkg.json
Lily Wang f9c8bf740e
[libical] Fix CMake option with berkeleydb (#27366)
* [libical] Fix CMake option with berkeleydb

* x-add-version
2022-10-21 15:36:31 -07:00

28 lines
563 B
JSON

{
"name": "libical",
"version": "3.0.16",
"port-version": 1,
"description": "Reference implementation of the iCalendar data type and serialization format",
"homepage": "https://github.com/libical/libical",
"license": "MPL-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"rscale": {
"description": "Support for RSCALE element",
"supports": "!static",
"dependencies": [
"icu"
]
}
}
}