vcpkg/ports/libadwaita/vcpkg.json

25 lines
468 B
JSON
Raw Normal View History

2023-01-09 17:22:28 +08:00
{
"name": "libadwaita",
2023-06-03 02:19:48 +08:00
"version": "1.3.2",
"port-version": 2,
2023-01-09 17:22:28 +08:00
"description": "Building blocks for modern GNOME applications",
"homepage": "https://gnome.pages.gitlab.gnome.org/libadwaita",
"license": "LGPL-2.1-or-later",
"supports": "!xbox",
2023-01-09 17:22:28 +08:00
"dependencies": [
{
"name": "glib",
"host": true
},
"gtk",
{
"name": "sassc",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
2023-01-09 17:22:28 +08:00
}
]
}