summaryrefslogtreecommitdiff
path: root/homebrew/eless/.beer
blob: d049145ec0a5dd9ad8bd467fda7e81b8a4f0d751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Eless",
    "description": "Better `less` using Emacs view-mode and Bash",
    "url": "https://github.com/kaushalmodi/eless/archive/v0.5.tar.gz",
    "mirror": null,
    "homepage": "https://eless.scripter.co/",
    "depends": [
        {
            "depend": "emacs",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install \"eless\"",
        "info.install \"docs/eless.info\""
    ],
    "version": "0.5",
    "file": "eless.rb"
}