vcpkg/ports/pangomm/vcpkg.json
Thomas1664 63c539fdac
[atkmm, pangomm] Update and remove local license files (#24254)
* [atkmm, pangomm] Move to GitLab

* version

* Add SHA

* version

* Enable maintainer mode

* version

* [mmcommon] New port

* Format

* Format

* version

* Hash

* version

* Python

* version

* Remove mmcommon

* Keep distfile

* version

* Update download file

* Update hash

* version
2022-04-20 14:46:06 -07:00

29 lines
584 B
JSON

{
"name": "pangomm",
"version": "2.50.0",
"port-version": 2,
"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",
"supports": "!arm",
"dependencies": [
"cairo",
"cairomm",
"fontconfig",
"freetype",
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"glibmm",
"harfbuzz",
"pango",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}