gibo 1.0.1
Closes Homebrew/homebrew#15445. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
d1be7051bd
commit
bf01b6f4e8
1 changed files with 13 additions and 0 deletions
13
Formula/gibo.rb
Normal file
13
Formula/gibo.rb
Normal 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
|
Loading…
Reference in a new issue