diff options
Diffstat (limited to 'vcpkg/ports/libaiff/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libaiff/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/libaiff/vcpkg.json b/vcpkg/ports/libaiff/vcpkg.json new file mode 100644 index 0000000..d5eaa22 --- /dev/null +++ b/vcpkg/ports/libaiff/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "libaiff", + "version": "5.0", + "port-version": 9, + "description": "LibAiff is an open-source library, providing C applications transparent read & write operations for Audio Interchange File Format (AIFF) files, with the goal of supporting all of its features", + "homepage": "https://sourceforge.net/projects/aifftools", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |