aboutsummaryrefslogtreecommitdiff
path: root/ports/replxx
diff options
context:
space:
mode:
Diffstat (limited to 'ports/replxx')
-rw-r--r--ports/replxx/CONTROL5
-rw-r--r--ports/replxx/vcpkg.json8
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/replxx/CONTROL b/ports/replxx/CONTROL
deleted file mode 100644
index efc7b3391..000000000
--- a/ports/replxx/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: replxx
-Version: 0.0.2-2
-Homepage: https://github.com/AmokHuginnsson/replxx
-Description: A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters.
-Supports: !uwp
diff --git a/ports/replxx/vcpkg.json b/ports/replxx/vcpkg.json
new file mode 100644
index 000000000..7e84aebc6
--- /dev/null
+++ b/ports/replxx/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "replxx",
+ "version-string": "0.0.2",
+ "port-version": 3,
+ "description": "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters.",
+ "homepage": "https://github.com/AmokHuginnsson/replxx",
+ "supports": "!uwp"
+}