summaryrefslogtreecommitdiff
path: root/homebrew/gitfixup/.beer
blob: 89cc24f44518402434a1488c89a67b61e45e2c20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "GitFixup",
    "description": "Alias for git commit --fixup <ref>",
    "url": "https://github.com/keis/git-fixup/archive/v1.2.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/keis/git-fixup",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"PREFIX=#{prefix}\", \"install\"",
        "zsh_completion.install \"completion.zsh\" => \"_git-fixup\""
    ],
    "version": "1.2.0",
    "file": "git-fixup.rb"
}