summaryrefslogtreecommitdiff
path: root/readline/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'readline/meta.yaml')
-rw-r--r--readline/meta.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/readline/meta.yaml b/readline/meta.yaml
new file mode 100644
index 0000000..f3f99c2
--- /dev/null
+++ b/readline/meta.yaml
@@ -0,0 +1,29 @@
+package:
+ name: readline
+ version: 6.2
+
+source:
+ fn: readline-6.2.tar.gz
+ url: http://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz
+ md5: 67948acb2ca081f23359d0256e9a271c
+ patches:
+ - tpn.patch
+ - ncurses.patch
+
+build:
+ number: 3
+
+about:
+ home: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
+ license: GPL3
+ license_file: COPYING
+ summary: Line-editing for programs with a command-line interface
+ 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.
+ Both Emacs and vi editing modes are available. The Readline library
+ includes additional functions to maintain a list of previously-entered
+ command lines, to recall and perhaps reedit those lines, and perform
+ csh-like history expansion on previous commands.
+ doc_url: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html#Documentation
+