vcpkg/ports/libcroco/vcpkg.json
Marc 8657e923f4
[libcroco] add license id and use vcpkg_install_copyright() (#32498)
* [libcroco] add license id and use vcpkg_install_copyright()

* Update version database
2023-07-11 11:34:18 -07:00

20 lines
350 B
JSON

{
"name": "libcroco",
"version": "0.6.13",
"port-version": 5,
"description": "A standalone css2 parsing and manipulation library",
"license": "LGPL-2.0-only",
"dependencies": [
"glib",
"libxml2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}