aboutsummaryrefslogtreecommitdiff
path: root/ports/readline
diff options
context:
space:
mode:
Diffstat (limited to 'ports/readline')
-rw-r--r--ports/readline/CONTROL5
-rw-r--r--ports/readline/vcpkg.json13
2 files changed, 13 insertions, 5 deletions
diff --git a/ports/readline/CONTROL b/ports/readline/CONTROL
deleted file mode 100644
index c487f389b..000000000
--- a/ports/readline/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: readline
-Version: 0
-Description: GNU readline and history libraries
-Build-Depends: readline-win32 (windows)
-Supports: !uwp \ No newline at end of file
diff --git a/ports/readline/vcpkg.json b/ports/readline/vcpkg.json
new file mode 100644
index 000000000..7dba01a74
--- /dev/null
+++ b/ports/readline/vcpkg.json
@@ -0,0 +1,13 @@
+{
+ "name": "readline",
+ "version-string": "0",
+ "port-version": 1,
+ "description": "GNU readline and history libraries",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "readline-win32",
+ "platform": "windows"
+ }
+ ]
+}