diff options
Diffstat (limited to 'vcpkg/ports/matroska/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/matroska/vcpkg.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/matroska/vcpkg.json b/vcpkg/ports/matroska/vcpkg.json new file mode 100644 index 0000000..69d37a2 --- /dev/null +++ b/vcpkg/ports/matroska/vcpkg.json @@ -0,0 +1,21 @@ +{ + "name": "matroska", + "version": "1.7.1", + "port-version": 3, + "description": "a C++ library to parse Matroska files (.mkv and .mka)", + "homepage": "https://github.com/Matroska-Org/libmatroska", + "dependencies": [ + { + "name": "ebml", + "version>=": "1.4.4" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |