aboutsummaryrefslogtreecommitdiff
path: root/ports/ignition-math6
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ignition-math6')
-rw-r--r--ports/ignition-math6/CONTROL5
-rw-r--r--ports/ignition-math6/vcpkg.json12
2 files changed, 12 insertions, 5 deletions
diff --git a/ports/ignition-math6/CONTROL b/ports/ignition-math6/CONTROL
deleted file mode 100644
index 724019765..000000000
--- a/ports/ignition-math6/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: ignition-math6
-Version: 6.6.0
-Homepage: https://ignitionrobotics.org/libs/math
-Build-Depends: eigen3, ignition-cmake2, ignition-modularscripts
-Description: Math API for robotic applications
diff --git a/ports/ignition-math6/vcpkg.json b/ports/ignition-math6/vcpkg.json
new file mode 100644
index 000000000..bf5c3cfbb
--- /dev/null
+++ b/ports/ignition-math6/vcpkg.json
@@ -0,0 +1,12 @@
+{
+ "name": "ignition-math6",
+ "version-string": "6.6.0",
+ "port-version": 1,
+ "description": "Math API for robotic applications",
+ "homepage": "https://ignitionrobotics.org/libs/math",
+ "dependencies": [
+ "eigen3",
+ "ignition-cmake2",
+ "ignition-modularscripts"
+ ]
+}