yuzu/externals/vcpkg/ports/libical/vcpkg.json

27 lines
539 B
JSON
Executable File

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