diff options
Diffstat (limited to 'vcpkg/ports/libical/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libical/vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/libical/vcpkg.json b/vcpkg/ports/libical/vcpkg.json new file mode 100644 index 0000000..d6df806 --- /dev/null +++ b/vcpkg/ports/libical/vcpkg.json @@ -0,0 +1,26 @@ +{ + "name": "libical", + "version": "3.0.20", + "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" + ] + } + } +} |