diff options
Diffstat (limited to 'ports/fribidi')
| -rw-r--r-- | ports/fribidi/CONTROL | 6 | ||||
| -rw-r--r-- | ports/fribidi/vcpkg.json | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/ports/fribidi/CONTROL b/ports/fribidi/CONTROL deleted file mode 100644 index 9de3f926e..000000000 --- a/ports/fribidi/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: fribidi -Version: 1.0.10 -Port-Version: 2 -Description: GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi) -Build-Depends: tool-meson -Supports: !(uwp | arm) diff --git a/ports/fribidi/vcpkg.json b/ports/fribidi/vcpkg.json new file mode 100644 index 000000000..130fbe0de --- /dev/null +++ b/ports/fribidi/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "fribidi", + "version-string": "1.0.10", + "port-version": 3, + "description": "GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)", + "supports": "!(uwp | arm)", + "dependencies": [ + "tool-meson" + ] +} |
