sonarqube: renamed from sonar

* Remove existing alias
* Place `bottle modifier` before `depends_on`

Closes #4660.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
master
Evgeny Mandrikov 2016-09-09 17:47:14 +02:00 committed by Dominyk Tiller
parent 724e16b201
commit 8a1d0aea09
3 changed files with 4 additions and 4 deletions

View File

@ -1 +0,0 @@
../Formula/sonar.rb

View File

@ -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}-*"]

View File

@ -26,5 +26,6 @@
"polarssl": "mbedtls",
"racket": "minimal-racket",
"screenbrightness": "brightness",
"sonar": "sonarqube",
"wires": "geckodriver"
}