summaryrefslogtreecommitdiff
path: root/homebrew/odo/.beer
blob: a18e4ff1edcfc56b125beb4d8b41f2fcb143687b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Odo",
    "description": "Atomic odometer for the command-line",
    "url": "https://github.com/atomicobject/odo/archive/v0.2.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/atomicobject/odo",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "man1.mkpath",
        "bin.mkpath",
        "system \"make\", \"test\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "0.2.2",
    "file": "odo.rb"
}