gibo 1.0.1

Closes Homebrew/homebrew#15445.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Simon Whitaker 2012-09-30 17:35:38 +01:00 committed by Adam Vandenberg
parent d1be7051bd
commit bf01b6f4e8

13
Formula/gibo.rb Normal file
View file

@ -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