summaryrefslogtreecommitdiff
path: root/homebrew/gitsh/.beer
blob: 40990ebda27c6045d615ef4b5fd5b5ac1820991a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "GitSh",
    "description": "Customized Bash environment for git work",
    "url": "https://github.com/rtomayko/git-sh/archive/1.3.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/rtomayko/git-sh",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "1.3",
    "file": "git-sh.rb"
}