summaryrefslogtreecommitdiff
path: root/homebrew/jython/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/jython/.beer')
-rw-r--r--homebrew/jython/.beer17
1 files changed, 17 insertions, 0 deletions
diff --git a/homebrew/jython/.beer b/homebrew/jython/.beer
new file mode 100644
index 000000000..761fe44a8
--- /dev/null
+++ b/homebrew/jython/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Jython",
+ "description": "Python implementation written in Java (successor to JPython)",
+ "url": "https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar",
+ "mirror": null,
+ "homepage": "https://www.jython.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"java\", \"-jar\", cached_download, \"-s\", \"-d\", libexec",
+ "bin.install_symlink libexec/\"bin/jython\""
+ ],
+ "version": "2.7.1",
+ "file": "jython.rb"
+} \ No newline at end of file