summaryrefslogtreecommitdiff
path: root/homebrew/mksh/.beer
blob: 4ddb19c7dd9aae11a48b6d6b49a0d67e4adc8cfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Mksh",
    "description": "MirBSD Korn Shell",
    "url": "https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R56c.tgz",
    "mirror": "https://dl.bintray.com/homebrew/mirror/mksh-56c.tgz",
    "homepage": "https://www.mirbsd.org/mksh.htm",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"sh\", \"./Build.sh\", \"-r\", \"-c\", (ENV.compiler == :clang) ? \"lto\" : \"combine\"",
        "bin.install \"mksh\"",
        "man1.install \"mksh.1\""
    ],
    "version": "-",
    "file": "mksh.rb"
}