vcpkg/ports/libical/vcpkg.json
Frank 853411c954
[libcial] Update version to v3.0.17 (#34504)
* [libcial] Update version to v3.0.17

* version
2023-10-17 10:39:09 -07:00

27 lines
542 B
JSON

{
"name": "libical",
"version": "3.0.17",
"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"
]
}
}
}