summaryrefslogtreecommitdiff
path: root/homebrew/scalastyle/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/scalastyle/.beer')
-rw-r--r--homebrew/scalastyle/.beer22
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/scalastyle/.beer b/homebrew/scalastyle/.beer
new file mode 100644
index 000000000..a41089e9f
--- /dev/null
+++ b/homebrew/scalastyle/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "Scalastyle",
+ "description": "Run scalastyle from the command-line",
+ "url": "https://oss.sonatype.org/content/repositories/releases/org/scalastyle/scalastyle_2.12/1.0.0/scalastyle_2.12-1.0.0-batch.jar",
+ "mirror": null,
+ "homepage": "http://www.scalastyle.org/command-line.html",
+ "depends": [],
+ "resource": [
+ {
+ "name": "default_config",
+ "url": "https://raw.githubusercontent.com/scalastyle/scalastyle/v1.0.0/lib/scalastyle_config.xml"
+ }
+ ],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "libexec.install \"scalastyle_2.12-#{version}-batch.jar\"",
+ "bin.write_jar_script(\"#{libexec}/scalastyle_2.12-#{version}-batch.jar\", \"scalastyle\")"
+ ],
+ "version": "2.12",
+ "file": "scalastyle.rb"
+} \ No newline at end of file