diff options
Diffstat (limited to 'homebrew/csshx')
-rw-r--r-- | homebrew/csshx/.beer | 16 | ||||
-rw-r--r-- | homebrew/csshx/.make.sh-auto | 2 | ||||
-rw-r--r-- | homebrew/csshx/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/csshx/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/csshx/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/csshx/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/csshx/download.sh | 1 |
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/csshx/.beer b/homebrew/csshx/.beer new file mode 100644 index 000000000..7bba4d206 --- /dev/null +++ b/homebrew/csshx/.beer @@ -0,0 +1,16 @@ +{ + "name": "Csshx", + "description": "Cluster ssh tool for Terminal.app", + "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/csshx/csshX-0.74.tgz", + "mirror": "https://distfiles.macports.org/csshX/csshX-0.74.tgz", + "homepage": "https://github.com/brockgr/csshx", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "bin.install \"csshX\"" + ], + "version": "0.74", + "file": "csshx.rb" +}
\ No newline at end of file diff --git a/homebrew/csshx/.make.sh-auto b/homebrew/csshx/.make.sh-auto new file mode 100644 index 000000000..7a9f3ffec --- /dev/null +++ b/homebrew/csshx/.make.sh-auto @@ -0,0 +1,2 @@ +pkg:setup +bin.install "csshX" diff --git a/homebrew/csshx/_metadata/description b/homebrew/csshx/_metadata/description new file mode 100644 index 000000000..9b8d70fed --- /dev/null +++ b/homebrew/csshx/_metadata/description @@ -0,0 +1 @@ +Cluster ssh tool for Terminal.app diff --git a/homebrew/csshx/_metadata/homepage b/homebrew/csshx/_metadata/homepage new file mode 100644 index 000000000..61486e0c8 --- /dev/null +++ b/homebrew/csshx/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/brockgr/csshx diff --git a/homebrew/csshx/_metadata/name b/homebrew/csshx/_metadata/name new file mode 100644 index 000000000..98737a32a --- /dev/null +++ b/homebrew/csshx/_metadata/name @@ -0,0 +1 @@ +Csshx diff --git a/homebrew/csshx/_metadata/version b/homebrew/csshx/_metadata/version new file mode 100644 index 000000000..3ea25f59d --- /dev/null +++ b/homebrew/csshx/_metadata/version @@ -0,0 +1 @@ +0.74 diff --git a/homebrew/csshx/download.sh b/homebrew/csshx/download.sh new file mode 100755 index 000000000..9b4e0c21d --- /dev/null +++ b/homebrew/csshx/download.sh @@ -0,0 +1 @@ +wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/csshx/csshX-0.74.tgz || wget https://distfiles.macports.org/csshX/csshX-0.74.tgz
\ No newline at end of file |