aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-libressl/vcpkg.json
blob: 3b04b3e8dd3e5c763cb35dc3071085252bb7c577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "vcpkg-ci-libressl",
  "version-string": "ci",
  "description": "Validates libressl",
  "dependencies": [
    "libressl",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}