diff options
Diffstat (limited to 'vcpkg/ports/ableton/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ableton/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/ableton/vcpkg.json b/vcpkg/ports/ableton/vcpkg.json new file mode 100644 index 0000000..ed7c7c0 --- /dev/null +++ b/vcpkg/ports/ableton/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "ableton", + "version": "3.0.6", + "port-version": 2, + "description": "Meta-package for transitioning to abletonlink port.", + "homepage": "https://www.ableton.com/en/link/", + "documentation": "http://ableton.github.io/link/", + "license": "GPL-2.0-or-later", + "dependencies": [ + "ableton-link" + ] +} |