mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 04:49:08 +08:00
d090b933e9
* [getopt-win32] ARM64 support * retrigger checks * updated git-tree sha * Specify ports that do not support ARM but were enabled by getopt-win32 adding support. * Upated SHA's * Update ports/getopt-win32/portfile.cmake Formatting indentation fix. Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com> * Formatting indentation fix. * Update version database * [getopt-win32] Use CMake * Updating versions Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
25 lines
430 B
JSON
25 lines
430 B
JSON
{
|
|
"name": "graphviz",
|
|
"version-semver": "2.49.1",
|
|
"port-version": 4,
|
|
"description": "Graph Visualization Tools",
|
|
"homepage": "https://graphviz.org/",
|
|
"license": "EPL-1.0",
|
|
"supports": "!(windows & arm64)",
|
|
"dependencies": [
|
|
"cairo",
|
|
"getopt",
|
|
"libffi",
|
|
"libgd",
|
|
"pango",
|
|
{
|
|
"name": "pkgconf",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|