vcpkg/ports/fribidi/vcpkg.json
Marc 4efa61c0ac
[fribidi] add license id and use vcpkg_install_copyright() (#32496)
* [fribidi] add license id and use vcpkg_install_copyright()

* Update version database
2023-07-11 11:41:24 -07:00

19 lines
370 B
JSON

{
"name": "fribidi",
"version": "1.0.12",
"port-version": 1,
"description": "GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)",
"license": "LGPL-2.1-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "fribidi",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}