diff options
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-whisper-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/scripts/test_ports/vcpkg-ci-whisper-cpp/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-whisper-cpp/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-whisper-cpp/vcpkg.json new file mode 100644 index 0000000..8f653d4 --- /dev/null +++ b/vcpkg/scripts/test_ports/vcpkg-ci-whisper-cpp/vcpkg.json @@ -0,0 +1,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 + } + ] +} |