aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gmime/vcpkg.json
blob: c4833964fc3980226a675a48b3528540fca8baf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
        }
      ]
    }
  }
}