aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libaiff/vcpkg.json
blob: d5eaa228a89faea3a8e40fd944978d490d656f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
    }
  ]
}