summaryrefslogtreecommitdiff
path: root/homebrew/sl/.beer
blob: 8d4b1d61c23d2e5f153114f4a885452f8a926a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Sl",
    "description": "Prints a steam locomotive if you type sl instead of ls",
    "url": "https://github.com/mtoyoda/sl/archive/5.02.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/mtoyoda/sl",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"-e\"",
        "bin.install \"sl\"",
        "man1.install \"sl.1\""
    ],
    "version": "5.02",
    "file": "sl.rb"
}