diff options
Diffstat (limited to 'vcpkg/ports/plustache/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/plustache/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/plustache/vcpkg.json b/vcpkg/ports/plustache/vcpkg.json new file mode 100644 index 0000000..ebf1577 --- /dev/null +++ b/vcpkg/ports/plustache/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "plustache", + "version": "0.4.0", + "port-version": 5, + "description": "{{mustaches}} for C++", + "dependencies": [ + "boost-algorithm", + "boost-regex", + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |