aboutsummaryrefslogtreecommitdiff
path: root/ports/munit
diff options
context:
space:
mode:
Diffstat (limited to 'ports/munit')
-rw-r--r--ports/munit/CONTROL7
-rw-r--r--ports/munit/vcpkg.json11
2 files changed, 11 insertions, 7 deletions
diff --git a/ports/munit/CONTROL b/ports/munit/CONTROL
deleted file mode 100644
index cd1d6f303..000000000
--- a/ports/munit/CONTROL
+++ /dev/null
@@ -1,7 +0,0 @@
-Source: munit
-Version: 2019-04-06
-Port-Version: 1
-Description: A small but full-featured unit testing framework for C
-Build-Depends: tool-meson
-Supports: !(arm|arm64|uwp)
-Homepage: https://github.com/nemequ/munit
diff --git a/ports/munit/vcpkg.json b/ports/munit/vcpkg.json
new file mode 100644
index 000000000..ca60d49b7
--- /dev/null
+++ b/ports/munit/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "munit",
+ "version-string": "2019-04-06",
+ "port-version": 2,
+ "description": "A small but full-featured unit testing framework for C",
+ "homepage": "https://github.com/nemequ/munit",
+ "supports": "!(arm | arm64 | uwp)",
+ "dependencies": [
+ "tool-meson"
+ ]
+}