aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libassuan/vcpkg.json
blob: dace4a29a18a72125e8e1e641c45890d72f6e23a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libassuan",
  "version": "3.0.2",
  "description": "A library implementing the so-called Assuan protocol",
  "homepage": "https://gnupg.org/software/libassuan/index.html",
  "license": "LGPL-2.1-or-later",
  "supports": "!windows | mingw",
  "dependencies": [
    {
      "name": "libassuan",
      "host": true
    },
    "libgpg-error",
    {
      "name": "vcpkg-make",
      "host": true
    }
  ]
}