diff options
Diffstat (limited to 'vcpkg/ports/alac/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/alac/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/alac/vcpkg.json b/vcpkg/ports/alac/vcpkg.json new file mode 100644 index 0000000..f1e9955 --- /dev/null +++ b/vcpkg/ports/alac/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "alac", + "version": "2017-11-03-c38887c5", + "port-version": 4, + "description": "The Apple Lossless Audio Codec (ALAC) is a lossless audio codec developed by Apple and deployed on all of its platforms and devices.", + "homepage": "https://github.com/macosforge/alac", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |