Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

29 lines
594 B
JSON

{
"name": "pangomm",
"version": "2.56.1",
"port-version": 1,
"description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.",
"homepage": "https://gitlab.gnome.org/GNOME/pangomm",
"license": "LGPL-2.1-or-later",
"supports": "!xbox",
"dependencies": [
"cairo",
"cairomm",
"fontconfig",
"freetype",
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"glibmm",
"harfbuzz",
"pango",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}