summaryrefslogtreecommitdiff
path: root/homebrew/springcompletion
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/springcompletion')
-rw-r--r--homebrew/springcompletion/.beer16
-rw-r--r--homebrew/springcompletion/.make.sh-auto2
-rw-r--r--homebrew/springcompletion/_metadata/description1
-rw-r--r--homebrew/springcompletion/_metadata/homepage1
-rw-r--r--homebrew/springcompletion/_metadata/name1
-rw-r--r--homebrew/springcompletion/_metadata/version1
-rwxr-xr-xhomebrew/springcompletion/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/springcompletion/.beer b/homebrew/springcompletion/.beer
new file mode 100644
index 000000000..c4a69f74f
--- /dev/null
+++ b/homebrew/springcompletion/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "SpringCompletion",
+ "description": "Bash completion for Spring",
+ "url": "https://github.com/jacaetevha/spring_bash_completion/archive/v0.0.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/jacaetevha/spring_bash_completion",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bash_completion.install \"spring.bash\" => \"spring\""
+ ],
+ "version": "0.0.1",
+ "file": "spring-completion.rb"
+} \ No newline at end of file
diff --git a/homebrew/springcompletion/.make.sh-auto b/homebrew/springcompletion/.make.sh-auto
new file mode 100644
index 000000000..ca4de0d78
--- /dev/null
+++ b/homebrew/springcompletion/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bash_completion.install "spring.bash" => "spring"
diff --git a/homebrew/springcompletion/_metadata/description b/homebrew/springcompletion/_metadata/description
new file mode 100644
index 000000000..1465cc778
--- /dev/null
+++ b/homebrew/springcompletion/_metadata/description
@@ -0,0 +1 @@
+Bash completion for Spring
diff --git a/homebrew/springcompletion/_metadata/homepage b/homebrew/springcompletion/_metadata/homepage
new file mode 100644
index 000000000..aea89f72c
--- /dev/null
+++ b/homebrew/springcompletion/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/jacaetevha/spring_bash_completion
diff --git a/homebrew/springcompletion/_metadata/name b/homebrew/springcompletion/_metadata/name
new file mode 100644
index 000000000..7c24a6063
--- /dev/null
+++ b/homebrew/springcompletion/_metadata/name
@@ -0,0 +1 @@
+SpringCompletion
diff --git a/homebrew/springcompletion/_metadata/version b/homebrew/springcompletion/_metadata/version
new file mode 100644
index 000000000..8acdd82b7
--- /dev/null
+++ b/homebrew/springcompletion/_metadata/version
@@ -0,0 +1 @@
+0.0.1
diff --git a/homebrew/springcompletion/download.sh b/homebrew/springcompletion/download.sh
new file mode 100755
index 000000000..00d5a195c
--- /dev/null
+++ b/homebrew/springcompletion/download.sh
@@ -0,0 +1 @@
+wget https://github.com/jacaetevha/spring_bash_completion/archive/v0.0.1.tar.gz \ No newline at end of file