summaryrefslogtreecommitdiff
path: root/homebrew/pdsh/.beer
blob: 9b6820b75c4217a708545d8bf01ec865df31f827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "name": "Pdsh",
    "description": "Efficient rsh-like utility, for using hosts in parallel",
    "url": "https://github.com/chaos/pdsh/releases/download/pdsh-2.33/pdsh-2.33.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/chaos/pdsh",
    "depends": [
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--mandir=#{man}",
        "--with-nodeupdown",
        "--with-readline",
        "--with-ssh",
        "--without-dshgroups",
        "--without-rsh",
        "--without-xcpu",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "2.33",
    "file": "pdsh.rb"
}