summaryrefslogtreecommitdiff
path: root/homebrew/rhino/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/rhino/.beer')
-rw-r--r--homebrew/rhino/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/rhino/.beer b/homebrew/rhino/.beer
new file mode 100644
index 000000000..7145f869c
--- /dev/null
+++ b/homebrew/rhino/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "Rhino",
+ "description": "JavaScript engine",
+ "url": "https://github.com/mozilla/rhino/releases/download/Rhino1_7_9_Release/rhino-1.7.9.zip",
+ "mirror": null,
+ "homepage": "https://www.mozilla.org/rhino/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "nut",
+ "reason": "both install `rhino` binaries"
+ }
+ ],
+ "patches": [],
+ "install": [
+ "rhino_jar = \"rhino-#{version}.jar\"",
+ "libexec.install \"lib/#{rhino_jar}\"",
+ "bin.write_jar_script libexec/rhino_jar, \"rhino\"",
+ "doc.install Dir[\"docs/*\"]"
+ ],
+ "version": "1.7.9",
+ "file": "rhino.rb"
+} \ No newline at end of file