aboutsummaryrefslogtreecommitdiff
path: root/ports/units
diff options
context:
space:
mode:
Diffstat (limited to 'ports/units')
-rw-r--r--ports/units/CONTROL4
-rw-r--r--ports/units/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/units/CONTROL b/ports/units/CONTROL
deleted file mode 100644
index b8d75b230..000000000
--- a/ports/units/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: units
-Version: 2.3.1
-Homepage: https://github.com/nholthaus/units
-Description: A compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
diff --git a/ports/units/vcpkg.json b/ports/units/vcpkg.json
new file mode 100644
index 000000000..3169b9319
--- /dev/null
+++ b/ports/units/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "units",
+ "version-string": "2.3.1",
+ "port-version": 1,
+ "description": "A compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.",
+ "homepage": "https://github.com/nholthaus/units"
+}