diff options
Diffstat (limited to 'vcpkg/ports/bustache/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/bustache/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/bustache/vcpkg.json b/vcpkg/ports/bustache/vcpkg.json new file mode 100644 index 0000000..fd4f73d --- /dev/null +++ b/vcpkg/ports/bustache/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "bustache", + "version": "1.1.0", + "port-version": 2, + "description": "C++11 implementation of {{ mustache }}", + "homepage": "https://github.com/jamboree/bustache", + "license": "BSL-1.0", + "dependencies": [ + "boost-unordered", + "boost-utility", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |