mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 10:09:08 +08:00
e1f8d3a5f4
* Add graphviz * Address bot feedback * Add python3 dep and fix pkgconf var * Acquire python3 program * Specify python3 executable * Move bison earlier in path * Add bison executable as var * Add other deps as var * Fix formatting * Apply suggestions from code review Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update to 2.49.1 Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
19 lines
307 B
JSON
19 lines
307 B
JSON
{
|
|
"name": "graphviz",
|
|
"version-semver": "2.49.1",
|
|
"description": "Graph Visualization Tools",
|
|
"homepage": "https://graphviz.org/",
|
|
"dependencies": [
|
|
"cairo",
|
|
"getopt",
|
|
"libffi",
|
|
"libgd",
|
|
"pango",
|
|
"pkgconf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|