diff options
| author | Bruno Carvalho <comedinhass@gmail.com> | 2020-06-23 17:09:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 13:09:21 -0700 |
| commit | 8bec12ed591283a081c2ab3e290fe2d4fe6cd64e (patch) | |
| tree | 1a8adbd7a4a824ec2ac83a12f845bf56b8d5df6d /ports/libxdiff/CONTROL | |
| parent | 2ef494594c6a6dabd59bf0bce01035daec269536 (diff) | |
| download | vcpkg-8bec12ed591283a081c2ab3e290fe2d4fe6cd64e.tar.gz vcpkg-8bec12ed591283a081c2ab3e290fe2d4fe6cd64e.zip | |
[LibXDiff] Add port (#12017)
* [LIBXDIFF] New port
* Remove not necessary installations
* Add Fail message to UWP
* Add UWP fail on baseline
* Revision fixes
* Update ports/libxdiff/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/libxdiff/CONTROL')
| -rw-r--r-- | ports/libxdiff/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/libxdiff/CONTROL b/ports/libxdiff/CONTROL new file mode 100644 index 000000000..81db30fc8 --- /dev/null +++ b/ports/libxdiff/CONTROL @@ -0,0 +1,5 @@ +Source: libxdiff
+Version: 0.23
+Homepage: https://github.com/Drako/libxdiff
+Description: The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability.
+Supports: !uwp
\ No newline at end of file |
