diff options
Diffstat (limited to 'vcpkg/ports/gmime/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gmime/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/gmime/vcpkg.json b/vcpkg/ports/gmime/vcpkg.json new file mode 100644 index 0000000..c483396 --- /dev/null +++ b/vcpkg/ports/gmime/vcpkg.json @@ -0,0 +1,30 @@ +{ + "name": "gmime", + "version": "3.2.15", + "port-version": 1, + "description": "GMime is a C/C++ library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME).", + "homepage": "https://github.com/jstedfast/gmime", + "license": "LGPL-2.1-or-later", + "supports": "!xbox", + "dependencies": [ + "glib", + { + "name": "gmime", + "host": true + }, + "libiconv", + "libidn2", + "zlib" + ], + "features": { + "crypto": { + "description": "PGP and S/MIME support", + "dependencies": [ + { + "name": "gpgme", + "default-features": false + } + ] + } + } +} |