summaryrefslogtreecommitdiff
path: root/homebrew/shmux/.beer
blob: 4e864482c5088c0eb008b99b1bae5c8055a1dc85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Shmux",
    "description": "Execute the same command on many hosts in parallel",
    "url": "https://github.com/shmux/shmux/archive/v1.0.3.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/shmux/shmux",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0.3",
    "file": "shmux.rb"
}