summaryrefslogtreecommitdiff
path: root/homebrew/homeshick/.beer
blob: 072aa9600a9183dea792a1644473ada5a7acfe89 (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
29
{
    "name": "Homeshick",
    "description": "Git dotfiles synchronizer written in bash",
    "url": "https://github.com/andsens/homeshick/archive/v1.1.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/andsens/homeshick",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "asdf",
            "reason": null
        }
    ],
    "patches": [],
    "install": [
        "inreplace \"bin/homeshick\", /^homeshick=.*/, \"homeshick=#{opt_prefix}\"",
        "prefix.install \"lib\", \"homeshick.sh\"",
        "fish_function.install \"homeshick.fish\"",
        "bin.install \"bin/homeshick\"",
        "zsh_completion.install \"completions/_homeshick\"",
        "bash_completion.install \"completions/homeshick-completion.bash\"",
        "if build.head?",
        "fish_completion.install \"completions/homeshick.fish\"",
        "end"
    ],
    "version": "1.1.0",
    "file": "homeshick.rb"
}