vcpkg/ports/tabulate/vcpkg.json
misirlou-tg 2a744d41af
[tabulate] update to version 1.4 (#28294)
* Updating tabulate to version 1.4

The previous port was using a version prior to 1.0

* [tabulate] updating to use latest cmake functions

* [tabulate] Adding license

License is MIT according to:
https://github.com/p-ranav/tabulate/blob/v1.4/LICENSE

* [tabulate] Adding double quotes to absolute paths in portfile.cmake

* [tabulate] updating license

Requested to add BSL-1.0 AND BSD-3-Clause

* [tabulate] running x-add-version
2022-12-12 11:00:37 -08:00

18 lines
347 B
JSON

{
"name": "tabulate",
"version": "1.4",
"description": "Table maker for modern C++",
"homepage": "https://github.com/p-ranav/tabulate",
"license": "MIT AND BSL-1.0 AND BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}