summaryrefslogtreecommitdiff
path: root/homebrew/pdsh/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pdsh/.beer')
-rw-r--r--homebrew/pdsh/.beer32
1 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/pdsh/.beer b/homebrew/pdsh/.beer
new file mode 100644
index 000000000..9b6820b75
--- /dev/null
+++ b/homebrew/pdsh/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file