summaryrefslogtreecommitdiff
path: root/homebrew/h2/.beer
blob: 3a675549b8745b334443965865b345ed0040a6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "H2",
    "description": "Java SQL database",
    "url": "https://www.h2database.com/h2-2018-03-18.zip",
    "mirror": null,
    "homepage": "https://www.h2database.com/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "rm_f Dir[\"bin/*.bat\"]",
        "#",
        "h2_script = File.read(\"bin/h2.sh\").gsub(\"\\r\\n\", \"\\n\")",
        "File.open(\"bin/h2.sh\", \"w\") { |f| f.write h2_script }",
        "chmod 0755, \"bin/h2.sh\"",
        "libexec.install Dir[\"*\"]",
        "(bin+\"h2\").write script"
    ],
    "version": "2018",
    "file": "h2.rb"
}