mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:09:06 +08:00
0749a327b6
* Fix graphviz tools * Update versions * Add license * Fix non-Windows build * Update versions * Fix dot command call for non-Windows * Update versions * Force dynamic library * Update versions * Try fixing unix * Try using rpath * Try fixing unix * Update versions * Make pkgconf a host dep * Update versions
24 lines
394 B
JSON
24 lines
394 B
JSON
{
|
|
"name": "graphviz",
|
|
"version-semver": "2.49.1",
|
|
"port-version": 2,
|
|
"description": "Graph Visualization Tools",
|
|
"homepage": "https://graphviz.org/",
|
|
"license": "EPL-1.0",
|
|
"dependencies": [
|
|
"cairo",
|
|
"getopt",
|
|
"libffi",
|
|
"libgd",
|
|
"pango",
|
|
{
|
|
"name": "pkgconf",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|