summaryrefslogtreecommitdiff
path: root/homebrew/gruntcompletion
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gruntcompletion')
-rw-r--r--homebrew/gruntcompletion/.beer17
-rw-r--r--homebrew/gruntcompletion/.make.sh-auto3
-rw-r--r--homebrew/gruntcompletion/_metadata/description1
-rw-r--r--homebrew/gruntcompletion/_metadata/homepage1
-rw-r--r--homebrew/gruntcompletion/_metadata/name1
-rw-r--r--homebrew/gruntcompletion/_metadata/version1
-rwxr-xr-xhomebrew/gruntcompletion/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/gruntcompletion/.beer b/homebrew/gruntcompletion/.beer
new file mode 100644
index 000000000..e747798b5
--- /dev/null
+++ b/homebrew/gruntcompletion/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "GruntCompletion",
+ "description": "Bash and Zsh completion for Grunt",
+ "url": "https://github.com/gruntjs/grunt-cli/archive/v1.3.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://gruntjs.com/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bash_completion.install \"completion/bash\" => \"grunt\"",
+ "zsh_completion.install \"completion/zsh\" => \"_grunt\""
+ ],
+ "version": "1.3.2",
+ "file": "grunt-completion.rb"
+} \ No newline at end of file
diff --git a/homebrew/gruntcompletion/.make.sh-auto b/homebrew/gruntcompletion/.make.sh-auto
new file mode 100644
index 000000000..bca91d928
--- /dev/null
+++ b/homebrew/gruntcompletion/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+bash_completion.install "completion/bash" => "grunt"
+zsh_completion.install "completion/zsh" => "_grunt"
diff --git a/homebrew/gruntcompletion/_metadata/description b/homebrew/gruntcompletion/_metadata/description
new file mode 100644
index 000000000..3513ac321
--- /dev/null
+++ b/homebrew/gruntcompletion/_metadata/description
@@ -0,0 +1 @@
+Bash and Zsh completion for Grunt
diff --git a/homebrew/gruntcompletion/_metadata/homepage b/homebrew/gruntcompletion/_metadata/homepage
new file mode 100644
index 000000000..ce62db01f
--- /dev/null
+++ b/homebrew/gruntcompletion/_metadata/homepage
@@ -0,0 +1 @@
+https://gruntjs.com/
diff --git a/homebrew/gruntcompletion/_metadata/name b/homebrew/gruntcompletion/_metadata/name
new file mode 100644
index 000000000..ebea73133
--- /dev/null
+++ b/homebrew/gruntcompletion/_metadata/name
@@ -0,0 +1 @@
+GruntCompletion
diff --git a/homebrew/gruntcompletion/_metadata/version b/homebrew/gruntcompletion/_metadata/version
new file mode 100644
index 000000000..1892b9267
--- /dev/null
+++ b/homebrew/gruntcompletion/_metadata/version
@@ -0,0 +1 @@
+1.3.2
diff --git a/homebrew/gruntcompletion/download.sh b/homebrew/gruntcompletion/download.sh
new file mode 100755
index 000000000..116b1cfbf
--- /dev/null
+++ b/homebrew/gruntcompletion/download.sh
@@ -0,0 +1 @@
+wget https://github.com/gruntjs/grunt-cli/archive/v1.3.2.tar.gz \ No newline at end of file