vcpkg/ports/bustache/vcpkg.json
Thomas1664 659b6b5eea
[many ports] Local license ripe out 1/x (#24432)
* [zlib] Use readme as copyright

* [soil2] update to 1.3.0

* [bento4] update to 1.6.0-639

* [bento4] fix version db

* [zlib] Format manifest

* [anglescript] Remove local license

* [bustache] Update to master

* [bustache] Don't update

* version

* version

* remove version string

* remove v

* version

* version

* Fix version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-05-09 16:12:37 -07:00

21 lines
402 B
JSON

{
"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
}
]
}