aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mstch/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/mstch/vcpkg.json')
-rw-r--r--vcpkg/ports/mstch/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/mstch/vcpkg.json b/vcpkg/ports/mstch/vcpkg.json
new file mode 100644
index 0000000..405d70e
--- /dev/null
+++ b/vcpkg/ports/mstch/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "mstch",
+ "version": "1.0.2",
+ "port-version": 5,
+ "description": "Mstch is a complete implementation of {{mustache}} templates using modern C++",
+ "homepage": "https://github.com/no1msd/mstch",
+ "dependencies": [
+ "boost-variant",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}