summaryrefslogtreecommitdiff
path: root/homebrew/ledit/.beer
blob: 2d09f0ca17927fa2f1acf8523e36dcb9eff30901 (plain)
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
{
    "name": "Ledit",
    "description": "Line editor for interactive commands",
    "url": "http://pauillac.inria.fr/~ddr/ledit/distrib/src/ledit-2.04.tgz",
    "mirror": null,
    "homepage": "http://pauillac.inria.fr/~ddr/ledit/",
    "depends": [
        {
            "depend": "camlp5",
            "build-depend": false
        },
        {
            "depend": "ocaml",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "args = %W[BINDIR=#{bin} LIBDIR=#{lib} MANDIR=#{man}]",
        "system \"make\", *args",
        "system \"make\", \"install\", *args"
    ],
    "version": "2.04",
    "file": "ledit.rb"
}