From 11f15b47d6eb5db9ae52a44b8ade3d0bf9ea2dae Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 14 Nov 2016 13:54:33 -0500 Subject: Add readline (workaround) --- readline/meta.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 readline/meta.yaml (limited to 'readline/meta.yaml') 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 + -- cgit