vcpkg/ports/graphviz/vcpkg.json
Akash e1f8d3a5f4
[graphviz] new port (#20564)
* 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>
2021-10-12 17:02:59 -07:00

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
}
]
}