summaryrefslogtreecommitdiff
path: root/homebrew/crash/.beer
blob: 49e4a9bc57643ad18a0d7b36a1910adbb95a39cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Crash",
    "description": "Kernel debugging shell for Java that allows gdb-like syntax",
    "url": "https://search.maven.org/remotecontent?filepath=org/crashub/crash.distrib/1.3.2/crash.distrib-1.3.2.tar.gz",
    "mirror": null,
    "homepage": "https://www.crashub.org/",
    "depends": [],
    "resource": [
        {
            "name": "docs",
            "url": "https://search.maven.org/remotecontent?filepath=org/crashub/crash.distrib/1.3.2/crash.distrib-1.3.2-docs.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "doc.install resource(\"docs\")",
        "libexec.install Dir[\"crash/*\"]",
        "bin.install_symlink \"#{libexec}/bin/crash.sh\""
    ],
    "version": "1.3.2",
    "file": "crash.rb"
}