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