aboutsummaryrefslogtreecommitdiff
path: root/ports/libxdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libxdiff')
-rw-r--r--ports/libxdiff/CONTROL5
-rw-r--r--ports/libxdiff/vcpkg.json8
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/libxdiff/CONTROL b/ports/libxdiff/CONTROL
deleted file mode 100644
index 81db30fc8..000000000
--- a/ports/libxdiff/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-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
diff --git a/ports/libxdiff/vcpkg.json b/ports/libxdiff/vcpkg.json
new file mode 100644
index 000000000..ab48b66ba
--- /dev/null
+++ b/ports/libxdiff/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "libxdiff",
+ "version-string": "0.23",
+ "port-version": 1,
+ "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.",
+ "homepage": "https://github.com/Drako/libxdiff",
+ "supports": "!uwp"
+}