diff options
| author | Tom Henoch <40023589+Tom-Henoch@users.noreply.github.com> | 2018-10-22 18:08:46 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-22 09:08:46 -0700 |
| commit | 13e4ca65872c0f3ad9413a5b937c467708e53e03 (patch) | |
| tree | c7b59ceee1617efe89d76f24a0a6dc68a47cee87 /ports/plustache/CONTROL | |
| parent | 2db456f44a98e3ec0165325406d4f52b8e70cb0f (diff) | |
| download | vcpkg-13e4ca65872c0f3ad9413a5b937c467708e53e03.tar.gz vcpkg-13e4ca65872c0f3ad9413a5b937c467708e53e03.zip | |
plustache inital port (#4261)
* plustache port
* [plustache] Prefer static linking
* [plustache] Requires boost-algorithm
Diffstat (limited to 'ports/plustache/CONTROL')
| -rw-r--r-- | ports/plustache/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/plustache/CONTROL b/ports/plustache/CONTROL new file mode 100644 index 000000000..f01f1598b --- /dev/null +++ b/ports/plustache/CONTROL @@ -0,0 +1,4 @@ +Source: plustache +Version: 0.4.0-1 +Description: {{mustaches}} for C++ +Build-Depends: boost-regex, boost-algorithm |
