summaryrefslogtreecommitdiff
path: root/homebrew/bltool/.beer
blob: d3bd45da007db1ec23ea6c1651283a5be7852779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "name": "Bltool",
    "description": "Tool for command-line interaction with backloggery.com",
    "url": "https://github.com/ToxicFrog/bltool/releases/download/v0.2.4/bltool-0.2.4.zip",
    "mirror": null,
    "homepage": "https://github.com/ToxicFrog/bltool",
    "depends": [
        {
            "depend": "leiningen",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "if build.head?",
        "system \"lein\", \"uberjar\"",
        "bltool_jar = Dir[\"target/bltool-*-standalone.jar\"][0]",
        "else",
        "bltool_jar = \"bltool.jar\"",
        "end",
        "libexec.install bltool_jar",
        "bin.write_jar_script libexec/File.basename(bltool_jar), \"bltool\""
    ],
    "version": "0.2.4",
    "file": "bltool.rb"
}