mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:49:01 +08:00
4efa61c0ac
* [fribidi] add license id and use vcpkg_install_copyright() * Update version database
19 lines
370 B
JSON
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
|
|
}
|
|
]
|
|
}
|