2012-09-30 16:35:38 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Gibo < Formula
|
2013-09-19 04:48:37 +00:00
|
|
|
homepage 'https://github.com/simonwhitaker/gibo'
|
2014-12-25 22:57:06 +00:00
|
|
|
url 'https://github.com/simonwhitaker/gibo/archive/1.0.4.tar.gz'
|
|
|
|
sha1 'cfc35fcf393ce3276fd6e9eed2ffc4f8d46e2f6e'
|
2012-09-30 16:35:38 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "gibo"
|
2013-05-03 18:03:31 +00:00
|
|
|
bash_completion.install 'gibo-completion.bash'
|
|
|
|
zsh_completion.install 'gibo-completion.zsh' => '_gibo'
|
2012-09-30 16:35:38 +00:00
|
|
|
end
|
|
|
|
end
|