aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gmime/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/gmime/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/gmime/vcpkg.json')
-rw-r--r--vcpkg/ports/gmime/vcpkg.json30
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
+ }
+ ]
+ }
+ }
+}