vcpkg/ports/gmime/vcpkg.json
Jack·Boos·Yu 7cfd63db7f
[many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882)
Co-authored-by: jyu49 <yu_jack@apple.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-21 14:48:12 -07:00

20 lines
475 B
JSON

{
"name": "gmime",
"version": "3.2.6",
"port-version": 5,
"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://developer.gnome.org/gmime/",
"license": "LGPL-2.1-or-later",
"supports": "windows",
"dependencies": [
"glib",
"libiconv",
"libidn2",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}