summaryrefslogtreecommitdiff
path: root/homebrew/checkstyle/.beer
blob: 940cbbd1f45a893ec2d28db785c76f4244d27c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Checkstyle",
    "description": "Check Java source against a coding standard",
    "url": "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.19/checkstyle-8.19-all.jar",
    "mirror": null,
    "homepage": "https://checkstyle.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "libexec.install \"checkstyle-#{version}-all.jar\"",
        "bin.write_jar_script libexec/\"checkstyle-#{version}-all.jar\", \"checkstyle\""
    ],
    "version": "8.19",
    "file": "checkstyle.rb"
}