aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gibo.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/gibo.rb b/Library/Formula/gibo.rb
new file mode 100644
index 000000000..ef15387d1
--- /dev/null
+++ b/Library/Formula/gibo.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Gibo < Formula
+ homepage 'https://github.com/simonwhitaker/gitignore-boilerplates'
+ url 'https://github.com/simonwhitaker/gitignore-boilerplates/tarball/1.0.1'
+ sha1 '63b46c7ac725a25f6b9df47cebc8f798ac048b1e'
+
+ def install
+ bin.install "gibo"
+ (prefix/'etc/bash_completion.d').install 'gibo-completion.bash'
+ (share/'zsh/site-functions').install 'gibo-completion.zsh' => '_gibo'
+ end
+end