aboutsummaryrefslogtreecommitdiff
path: root/ports/cccapstone
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cccapstone')
-rw-r--r--ports/cccapstone/CONTROL5
-rw-r--r--ports/cccapstone/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/cccapstone/CONTROL b/ports/cccapstone/CONTROL
deleted file mode 100644
index 8681f2328..000000000
--- a/ports/cccapstone/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: cccapstone
-Version: 9b4128ee1153e78288a1b5433e2c06a0d47a4c4e-1
-Homepage: https://github.com/zer0mem/cccapstone
-Description: c++ bindings for capstone disasembly framework
-Build-Depends: capstone
diff --git a/ports/cccapstone/vcpkg.json b/ports/cccapstone/vcpkg.json
new file mode 100644
index 000000000..239fdc3d1
--- /dev/null
+++ b/ports/cccapstone/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "cccapstone",
+ "version-string": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e",
+ "port-version": 2,
+ "description": "c++ bindings for capstone disasembly framework",
+ "homepage": "https://github.com/zer0mem/cccapstone",
+ "dependencies": [
+ "capstone"
+ ]
+}