summaryrefslogtreecommitdiff
path: root/homebrew/sonarscanner/.beer
blob: b309416e093aa23348b34a3c9333c1f15e2d5063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
}