aboutsummaryrefslogtreecommitdiff
path: root/ports/treehopper
diff options
context:
space:
mode:
Diffstat (limited to 'ports/treehopper')
-rw-r--r--ports/treehopper/CONTROL5
-rw-r--r--ports/treehopper/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/treehopper/CONTROL b/ports/treehopper/CONTROL
deleted file mode 100644
index b54e10dde..000000000
--- a/ports/treehopper/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: treehopper
-Version: 1.11.3-4
-Description: Treehopper connects the physical world to your computer, tablet, or smartphone.
-Homepage: https://treehopper.io
-Build-Depends: libusb
diff --git a/ports/treehopper/vcpkg.json b/ports/treehopper/vcpkg.json
new file mode 100644
index 000000000..822c8c949
--- /dev/null
+++ b/ports/treehopper/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "treehopper",
+ "version-string": "1.11.3",
+ "port-version": 5,
+ "description": "Treehopper connects the physical world to your computer, tablet, or smartphone.",
+ "homepage": "https://treehopper.io",
+ "dependencies": [
+ "libusb"
+ ]
+}