vcpkg/ports/termcolor/vcpkg.json
Frank e162e68c7e
[termcolor] update to v2.1.0 (#23329)
* [termcolor] update to the master

* add port version

* update version

* update v2.1.0

* update version

* format version

* overwrite version

* add license

* update version

* update license

* update verison
2022-05-16 11:44:02 -07:00

18 lines
394 B
JSON

{
"name": "termcolor",
"version": "2.1.0",
"description": "Termcolor is a header-only C++ library for printing colored messages to the terminal.",
"homepage": "https://github.com/ikalnytskyi/termcolor",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}