aboutsummaryrefslogtreecommitdiff
path: root/ports/gpgme/vcpkg.json
blob: 1c36254c618f07088e35b1671f9a9640af637c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "gpgme",
  "version-string": "1.14.0",
  "port-version": 1,
  "description": "A library designed to make access to GnuPG easier for applications",
  "homepage": "https://gnupg.org/software/gpgme/index.html",
  "supports": "!windows",
  "dependencies": [
    "libassuan",
    "libgpg-error"
  ],
  "default-features": [
    "cpp"
  ],
  "features": {
    "cpp": {
      "description": "C++ bindings"
    }
  }
}