aboutsummaryrefslogtreecommitdiff
path: root/ports/mstch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mstch')
-rw-r--r--ports/mstch/CONTROL5
-rw-r--r--ports/mstch/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/mstch/CONTROL b/ports/mstch/CONTROL
deleted file mode 100644
index eef64a578..000000000
--- a/ports/mstch/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: mstch
-Version: 1.0.2-2
-Homepage: https://github.com/no1msd/mstch
-Description: Mstch is a complete implementation of {{mustache}} templates using modern C++
-Build-Depends: boost-variant
diff --git a/ports/mstch/vcpkg.json b/ports/mstch/vcpkg.json
new file mode 100644
index 000000000..489584814
--- /dev/null
+++ b/ports/mstch/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "mstch",
+ "version-string": "1.0.2",
+ "port-version": 3,
+ "description": "Mstch is a complete implementation of {{mustache}} templates using modern C++",
+ "homepage": "https://github.com/no1msd/mstch",
+ "dependencies": [
+ "boost-variant"
+ ]
+}