aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ableton-link/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/ableton-link/vcpkg.json')
-rw-r--r--vcpkg/ports/ableton-link/vcpkg.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/vcpkg/ports/ableton-link/vcpkg.json b/vcpkg/ports/ableton-link/vcpkg.json
new file mode 100644
index 0000000..9e95237
--- /dev/null
+++ b/vcpkg/ports/ableton-link/vcpkg.json
@@ -0,0 +1,48 @@
+{
+ "name": "ableton-link",
+ "version": "3.1.2",
+ "description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.",
+ "homepage": "https://www.ableton.com/en/link/",
+ "documentation": "http://ableton.github.io/link/",
+ "license": "GPL-2.0-or-later",
+ "dependencies": [
+ "asio",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "coretest": {
+ "description": "Build LinkCoreTest suite",
+ "supports": "!uwp",
+ "dependencies": [
+ "catch2"
+ ]
+ },
+ "discoverytest": {
+ "description": "Build LinkDiscoveryTest suite",
+ "supports": "!uwp",
+ "dependencies": [
+ "catch2"
+ ]
+ },
+ "hut": {
+ "description": "Build LinkHut command line tool",
+ "dependencies": [
+ {
+ "name": "asiosdk",
+ "platform": "windows"
+ }
+ ]
+ },
+ "hutsilent": {
+ "description": "Build LinkHutSilent command line tool",
+ "supports": "!uwp"
+ }
+ }
+}