aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/readline-unix/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/readline-unix/vcpkg.json')
-rw-r--r--vcpkg/ports/readline-unix/vcpkg.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/readline-unix/vcpkg.json b/vcpkg/ports/readline-unix/vcpkg.json
new file mode 100644
index 0000000..1d31cec
--- /dev/null
+++ b/vcpkg/ports/readline-unix/vcpkg.json
@@ -0,0 +1,15 @@
+{
+ "name": "readline-unix",
+ "version": "8.3",
+ "description": "The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.",
+ "homepage": "https://tiswww.case.edu/php/chet/readline/rltop.html",
+ "license": "GPL-3.0-or-later",
+ "supports": "!windows",
+ "dependencies": [
+ "ncurses",
+ {
+ "name": "vcpkg-make",
+ "host": true
+ }
+ ]
+}