aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-whisper-cpp/vcpkg.json
blob: 8f653d4f2550938f89804f67a61580ab4ab6e2db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "vcpkg-ci-whisper-cpp",
  "version-string": "ci",
  "description": "Port to validate whisper-cpp",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "whisper-cpp",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}