diff options
Diffstat (limited to 'vcpkg/ports/fribidi/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fribidi/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/fribidi/vcpkg.json b/vcpkg/ports/fribidi/vcpkg.json new file mode 100644 index 0000000..2d8e02b --- /dev/null +++ b/vcpkg/ports/fribidi/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "fribidi", + "version": "1.0.16", + "description": "GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)", + "homepage": "https://www.gnu.org/software/fribidi", + "license": "LGPL-2.1-or-later", + "supports": "!uwp", + "dependencies": [ + { + "name": "fribidi", + "host": true + }, + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |