aboutsummaryrefslogtreecommitdiff
path: root/ports/mathc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mathc')
-rw-r--r--ports/mathc/CONTROL4
-rw-r--r--ports/mathc/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/mathc/CONTROL b/ports/mathc/CONTROL
deleted file mode 100644
index 47292b5c4..000000000
--- a/ports/mathc/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: mathc
-Version: 2019-09-29
-Description: Pure C math library for 2D and 3D programming
-Homepage: https://github.com/felselva/mathc
diff --git a/ports/mathc/vcpkg.json b/ports/mathc/vcpkg.json
new file mode 100644
index 000000000..1cabd8c53
--- /dev/null
+++ b/ports/mathc/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "mathc",
+ "version-string": "2019-09-29",
+ "port-version": 1,
+ "description": "Pure C math library for 2D and 3D programming",
+ "homepage": "https://github.com/felselva/mathc"
+}