summaryrefslogtreecommitdiff
path: root/readline/meta.yaml
blob: f3f99c2d93c7f2b0dcad70468f1164af733a67e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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