diff options
Diffstat (limited to 'vcpkg/ports/libebur128/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libebur128/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/libebur128/vcpkg.json b/vcpkg/ports/libebur128/vcpkg.json new file mode 100644 index 0000000..920499a --- /dev/null +++ b/vcpkg/ports/libebur128/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "libebur128", + "version": "1.2.6", + "port-version": 3, + "description": "A library implementing the EBU R128 audio loudness standard", + "homepage": "https://github.com/jiixyj/libebur128", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |