summaryrefslogtreecommitdiff
path: root/homebrew/sonarscanner/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/sonarscanner/.beer')
-rw-r--r--homebrew/sonarscanner/.beer21
1 files changed, 21 insertions, 0 deletions
diff --git a/homebrew/sonarscanner/.beer b/homebrew/sonarscanner/.beer
new file mode 100644
index 000000000..b309416e0
--- /dev/null
+++ b/homebrew/sonarscanner/.beer
@@ -0,0 +1,21 @@
+{
+ "name": "SonarScanner",
+ "description": "Launcher to analyze a project with SonarQube",
+ "url": "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-3.3.0.1492.zip",
+ "mirror": null,
+ "homepage": "https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "rm_rf Dir[\"bin/*.bat\"]",
+ "libexec.install Dir[\"*\"]",
+ "bin.install libexec/\"bin/sonar-scanner\"",
+ "etc.install libexec/\"conf/sonar-scanner.properties\"",
+ "ln_s etc/\"sonar-scanner.properties\", libexec/\"conf/sonar-scanner.properties\"",
+ "bin.env_script_all_files libexec/\"bin/\", :SONAR_SCANNER_HOME => libexec"
+ ],
+ "version": "3.3.0.1492",
+ "file": "sonar-scanner.rb"
+} \ No newline at end of file