summaryrefslogtreecommitdiff
path: root/homebrew/hss/.beer
blob: 44211b0558ea23900eafef5ba46d5f10c603221c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Hss",
    "description": "Interactive parallel SSH client",
    "url": "https://github.com/six-ddc/hss/archive/1.8.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/six-ddc/hss",
    "depends": [
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "system \"make\", \"install\", \"INSTALL_BIN=#{bin}\""
    ],
    "version": "1.8",
    "file": "hss.rb"
}