summaryrefslogtreecommitdiff
path: root/homebrew/readline/.beer
blob: a56ddb572c098684e499973e0b0a75eed7909f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Readline",
    "description": "Library for command-line editing",
    "url": "https://ftp.gnu.org/gnu/readline/readline-8.0.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/readline/readline-8.0.tar.gz",
    "homepage": "https://tiswww.case.edu/php/chet/readline/rltop.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "EOS",
        "def install",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "8.0",
    "file": "readline.rb"
}