early-access version 2853
This commit is contained in:
26
externals/vcpkg/ports/libical/vcpkg.json
vendored
Executable file
26
externals/vcpkg/ports/libical/vcpkg.json
vendored
Executable file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user