summaryrefslogtreecommitdiff
path: root/homebrew/gitmultipush/.beer
blob: 3765d84183131d2e578f8bfbbc9e493e0fafa61d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "GitMultipush",
    "description": "Push a branch to multiple remotes in one command",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/git-multipush/git-multipush-2.3.tar.bz2",
    "mirror": null,
    "homepage": "https://github.com/gavinbeatty/git-multipush",
    "depends": [
        {
            "depend": "asciidoc",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\" if build.head?",
        "system \"make\", \"prefix=#{prefix}\", \"install\""
    ],
    "version": "2.3",
    "file": "git-multipush.rb"
}