aboutsummaryrefslogtreecommitdiff
path: root/ports/sdformat9
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sdformat9')
-rw-r--r--ports/sdformat9/CONTROL6
-rw-r--r--ports/sdformat9/vcpkg.json13
2 files changed, 13 insertions, 6 deletions
diff --git a/ports/sdformat9/CONTROL b/ports/sdformat9/CONTROL
deleted file mode 100644
index a83ec79bb..000000000
--- a/ports/sdformat9/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: sdformat9
-Version: 9.4.0
-Homepage: http://sdformat.org/
-Build-Depends: ignition-math6, urdfdom, tinyxml
-Description: Simulation Description Format (SDF) parser and description files.
-Supports: !(linux|uwp)
diff --git a/ports/sdformat9/vcpkg.json b/ports/sdformat9/vcpkg.json
new file mode 100644
index 000000000..40de724ca
--- /dev/null
+++ b/ports/sdformat9/vcpkg.json
@@ -0,0 +1,13 @@
+{
+ "name": "sdformat9",
+ "version-string": "9.4.0",
+ "port-version": 1,
+ "description": "Simulation Description Format (SDF) parser and description files.",
+ "homepage": "http://sdformat.org/",
+ "supports": "!(linux | uwp)",
+ "dependencies": [
+ "ignition-math6",
+ "tinyxml",
+ "urdfdom"
+ ]
+}