summaryrefslogtreecommitdiff
path: root/homebrew/mpssh/.beer
blob: eb6b3dc39eda0f1c214dc9eab436f014ba7b6b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Mpssh",
    "description": "Mass parallel ssh",
    "url": "https://github.com/ndenev/mpssh/archive/1.3.3.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/ndenev/mpssh",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/ndenev/mpssh/commit/3cbb868b6fdf8dff9ab86868510c0455ad1ec1b3.diff?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "system \"make\", \"install\", \"CC=#{ENV.cc}\", \"BIN=#{bin}\"",
        "man1.install \"mpssh.1\""
    ],
    "version": "1.3.3",
    "file": "mpssh.rb"
}