sonarqube: renamed from sonar
* Remove existing alias * Place `bottle modifier` before `depends_on` Closes #4660. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>master
parent
724e16b201
commit
8a1d0aea09
|
@ -1 +0,0 @@
|
|||
../Formula/sonar.rb
|
|
@ -1,13 +1,13 @@
|
|||
class Sonar < Formula
|
||||
class Sonarqube < Formula
|
||||
desc "Manage code quality"
|
||||
homepage "http://www.sonarqube.org/"
|
||||
url "https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.0.zip"
|
||||
sha256 "2256e0b44629632d9528911c8d5916ce246c7abe2be65a6a59a94dee504d62a6"
|
||||
|
||||
depends_on :java => "1.8+"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java => "1.8+"
|
||||
|
||||
def install
|
||||
# Delete native bin directories for other systems
|
||||
rm_rf Dir["bin/{aix,hpux,linux,solaris,windows}-*"]
|
|
@ -26,5 +26,6 @@
|
|||
"polarssl": "mbedtls",
|
||||
"racket": "minimal-racket",
|
||||
"screenbrightness": "brightness",
|
||||
"sonar": "sonarqube",
|
||||
"wires": "geckodriver"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue