mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:31:48 +08:00
bd1ef2df46
* Limit vcpkg_acquire_msys to windows * Add missing quotes * Update versions
24 lines
394 B
JSON
24 lines
394 B
JSON
{
|
|
"name": "graphviz",
|
|
"version-semver": "2.49.1",
|
|
"port-version": 3,
|
|
"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
|
|
}
|
|
]
|
|
}
|