aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gpgme/vcpkg.json
blob: 079cfadf2109652c5ee36965c216910c5608257b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "gpgme",
  "version": "2.0.0",
  "description": "A library designed to make access to GnuPG easier for applications",
  "homepage": "https://gnupg.org/software/gpgme/",
  "license": null,
  "supports": "!windows | mingw",
  "dependencies": [
    "libassuan",
    "libgpg-error",
    {
      "name": "vcpkg-make",
      "host": true
    }
  ]
}