diff options
Diffstat (limited to 'homebrew/sonarcompletion/.beer')
-rw-r--r-- | homebrew/sonarcompletion/.beer | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/homebrew/sonarcompletion/.beer b/homebrew/sonarcompletion/.beer new file mode 100644 index 000000000..1f1eaa3fa --- /dev/null +++ b/homebrew/sonarcompletion/.beer @@ -0,0 +1,16 @@ +{ + "name": "SonarCompletion", + "description": "Bash completion for Sonar", + "url": "https://github.com/a1dutch/sonarqube-bash-completion/archive/1.0.tar.gz", + "mirror": null, + "homepage": "https://github.com/a1dutch/sonarqube-bash-completion", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "bash_completion.install \"etc/bash_completion.d/sonar\"" + ], + "version": "1.0", + "file": "sonar-completion.rb" +}
\ No newline at end of file |