summaryrefslogtreecommitdiff
path: root/homebrew/es/.beer
blob: edd79c5be388a4a1cb211689e62b153e472c1ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Es",
    "description": "Extensible shell with first class functions, lexical scoping, and more",
    "url": "https://github.com/wryun/es-shell/releases/download/v0.9.1/es-0.9.1.tar.gz",
    "mirror": null,
    "homepage": "https://wryun.github.io/es-shell/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--with-editline\"",
        "system \"make\"",
        "bin.install \"es\"",
        "doc.install %w[CHANGES README trip.es examples]",
        "man1.install \"doc/es.1\""
    ],
    "version": "0.9.1",
    "file": "es.rb"
}