diff options
Diffstat (limited to 'homebrew/boomcompletion/.beer')
-rw-r--r-- | homebrew/boomcompletion/.beer | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/homebrew/boomcompletion/.beer b/homebrew/boomcompletion/.beer new file mode 100644 index 000000000..185d12391 --- /dev/null +++ b/homebrew/boomcompletion/.beer @@ -0,0 +1,17 @@ +{ + "name": "BoomCompletion", + "description": "Bash and Zsh completion for Boom", + "url": "https://github.com/holman/boom/archive/v0.5.0.tar.gz", + "mirror": null, + "homepage": "https://zachholman.com/boom", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "bash_completion.install \"completion/boom.bash\" => \"boom\"", + "zsh_completion.install \"completion/boom.zsh\" => \"_boom\"" + ], + "version": "0.5.0", + "file": "boom-completion.rb" +}
\ No newline at end of file |