summaryrefslogtreecommitdiff
path: root/homebrew/capcompletion
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/capcompletion')
-rw-r--r--homebrew/capcompletion/.beer16
-rw-r--r--homebrew/capcompletion/.make.sh-auto2
-rw-r--r--homebrew/capcompletion/_metadata/description1
-rw-r--r--homebrew/capcompletion/_metadata/homepage1
-rw-r--r--homebrew/capcompletion/_metadata/name1
-rw-r--r--homebrew/capcompletion/_metadata/version1
-rwxr-xr-xhomebrew/capcompletion/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/capcompletion/.beer b/homebrew/capcompletion/.beer
new file mode 100644
index 000000000..4a7252dc4
--- /dev/null
+++ b/homebrew/capcompletion/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "CapCompletion",
+ "description": "Bash completion for Capistrano",
+ "url": "https://github.com/bashaus/capistrano-autocomplete/archive/v1.0.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/bashaus/capistrano-autocomplete",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bash_completion.install \"cap\""
+ ],
+ "version": "1.0.0",
+ "file": "cap-completion.rb"
+} \ No newline at end of file
diff --git a/homebrew/capcompletion/.make.sh-auto b/homebrew/capcompletion/.make.sh-auto
new file mode 100644
index 000000000..20f12e4c4
--- /dev/null
+++ b/homebrew/capcompletion/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bash_completion.install "cap"
diff --git a/homebrew/capcompletion/_metadata/description b/homebrew/capcompletion/_metadata/description
new file mode 100644
index 000000000..a1cb46925
--- /dev/null
+++ b/homebrew/capcompletion/_metadata/description
@@ -0,0 +1 @@
+Bash completion for Capistrano
diff --git a/homebrew/capcompletion/_metadata/homepage b/homebrew/capcompletion/_metadata/homepage
new file mode 100644
index 000000000..84db6c01d
--- /dev/null
+++ b/homebrew/capcompletion/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/bashaus/capistrano-autocomplete
diff --git a/homebrew/capcompletion/_metadata/name b/homebrew/capcompletion/_metadata/name
new file mode 100644
index 000000000..c618194e8
--- /dev/null
+++ b/homebrew/capcompletion/_metadata/name
@@ -0,0 +1 @@
+CapCompletion
diff --git a/homebrew/capcompletion/_metadata/version b/homebrew/capcompletion/_metadata/version
new file mode 100644
index 000000000..3eefcb9dd
--- /dev/null
+++ b/homebrew/capcompletion/_metadata/version
@@ -0,0 +1 @@
+1.0.0
diff --git a/homebrew/capcompletion/download.sh b/homebrew/capcompletion/download.sh
new file mode 100755
index 000000000..80b22d164
--- /dev/null
+++ b/homebrew/capcompletion/download.sh
@@ -0,0 +1 @@
+wget https://github.com/bashaus/capistrano-autocomplete/archive/v1.0.0.tar.gz \ No newline at end of file