vcpkg/ports/brigand/vcpkg.json
Billy O'Neal 95db7663b9
[brigand] Fix pkgconfig file and modernize portfile.cmake. (#21009)
* [brigand] Fix pkgconfig file and modernize portfile.cmake.

* Undo patch patch and add version.

* Depend only on boost-fusion and boost-variant, as suggested by PhoebeHui

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update version database.

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-10-28 12:26:38 -07:00

16 lines
372 B
JSON

{
"name": "brigand",
"version-string": "1.3.0",
"port-version": 2,
"description": "Brigand is a light-weight, fully functional, instant-compile time C++ 11 meta-programming library.",
"homepage": "https://github.com/edouarda/brigand",
"dependencies": [
"boost-fusion",
"boost-variant",
{
"name": "vcpkg-cmake",
"host": true
}
]
}