diff options
Diffstat (limited to 'vcpkg/ports/vanillapdf/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vanillapdf/vcpkg.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/vanillapdf/vcpkg.json b/vcpkg/ports/vanillapdf/vcpkg.json new file mode 100644 index 0000000..f3d275a --- /dev/null +++ b/vcpkg/ports/vanillapdf/vcpkg.json @@ -0,0 +1,25 @@ +{ + "name": "vanillapdf", + "version": "2.1.0", + "port-version": 1, + "description": "Vanilla.PDF is a cross-platform SDK for creating and modifying PDF documents.", + "homepage": "https://github.com/vanillapdf/vanillapdf", + "documentation": "https://vanillapdf.github.io/vanillapdf", + "license": "Apache-2.0", + "dependencies": [ + "libjpeg-turbo", + "nlohmann-json", + "openjpeg", + "openssl", + "spdlog", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |