diff options
Diffstat (limited to 'homebrew/mpssh/.beer')
-rw-r--r-- | homebrew/mpssh/.beer | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/mpssh/.beer b/homebrew/mpssh/.beer new file mode 100644 index 000000000..eb6b3dc39 --- /dev/null +++ b/homebrew/mpssh/.beer @@ -0,0 +1,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" +}
\ No newline at end of file |