aboutsummaryrefslogtreecommitdiff
path: root/ports/edlib
diff options
context:
space:
mode:
Diffstat (limited to 'ports/edlib')
-rw-r--r--ports/edlib/CONTROL4
-rw-r--r--ports/edlib/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/edlib/CONTROL b/ports/edlib/CONTROL
deleted file mode 100644
index 3a3e4b5e3..000000000
--- a/ports/edlib/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: edlib
-Version: 1.2.6
-Homepage: https://github.com/Martinsos/edlib
-Description: Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance. \ No newline at end of file
diff --git a/ports/edlib/vcpkg.json b/ports/edlib/vcpkg.json
new file mode 100644
index 000000000..1676dd933
--- /dev/null
+++ b/ports/edlib/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "edlib",
+ "version-string": "1.2.6",
+ "port-version": 1,
+ "description": "Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.",
+ "homepage": "https://github.com/Martinsos/edlib"
+}