mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:36:47 +08:00
2a744d41af
* 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
18 lines
347 B
JSON
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
|
|
}
|
|
]
|
|
}
|