From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- vcpkg-ports/alac/vcpkg.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vcpkg-ports/alac/vcpkg.json (limited to 'vcpkg-ports/alac/vcpkg.json') diff --git a/vcpkg-ports/alac/vcpkg.json b/vcpkg-ports/alac/vcpkg.json new file mode 100644 index 00000000..74adbe45 --- /dev/null +++ b/vcpkg-ports/alac/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "alac", + "version-string": "2017-11-03-c38887c5", + "port-version": 2, + "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" +} -- cgit