diff options
Diffstat (limited to 'vcpkg/ports/wavpack/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/wavpack/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/wavpack/vcpkg.json b/vcpkg/ports/wavpack/vcpkg.json new file mode 100644 index 0000000..7088f00 --- /dev/null +++ b/vcpkg/ports/wavpack/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "wavpack", + "version": "5.8.1", + "port-version": 2, + "description": "WavPack encode/decode library, command-line programs, and several plugins", + "homepage": "https://github.com/dbry/WavPack", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |