diff options
Diffstat (limited to 'vcpkg/ports/ableton')
| -rw-r--r-- | vcpkg/ports/ableton/portfile.cmake | 1 | ||||
| -rw-r--r-- | vcpkg/ports/ableton/vcpkg.json | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/ableton/portfile.cmake b/vcpkg/ports/ableton/portfile.cmake new file mode 100644 index 0000000..0015715 --- /dev/null +++ b/vcpkg/ports/ableton/portfile.cmake @@ -0,0 +1 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
\ No newline at end of file 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" + ] +} |