summaryrefslogtreecommitdiff
path: root/readline/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-11-14 13:54:33 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2016-11-14 13:54:33 -0500
commit11f15b47d6eb5db9ae52a44b8ade3d0bf9ea2dae (patch)
tree79507fa97b6a3d7f25db0709987a303928e03c1c /readline/meta.yaml
parentc0cdd52ca03dd390b4b938f3d7ea29fe4a38495a (diff)
downloadastroconda-dev-11f15b47d6eb5db9ae52a44b8ade3d0bf9ea2dae.tar.gz
Add readline (workaround)
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
+