summaryrefslogtreecommitdiff
path: root/homebrew/sonarscanner/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/sonarscanner/.make.sh-auto')
-rw-r--r--homebrew/sonarscanner/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/sonarscanner/.make.sh-auto b/homebrew/sonarscanner/.make.sh-auto
new file mode 100644
index 000000000..6a410ae3f
--- /dev/null
+++ b/homebrew/sonarscanner/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+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