summaryrefslogtreecommitdiff
path: root/homebrew/gitssh/.beer
blob: d7a4280e7a083772a723ae304444fb8e4477b2ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "GitSsh",
    "description": "Proxy for serving git repositories over SSH",
    "url": "https://github.com/lemarsu/git-ssh/archive/v0.2.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/lemarsu/git-ssh",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"bin/git-ssh\" do |s|",
        "s.sub!(/path = .*$/, \"path = '#{libexec}'\")"
    ],
    "version": "0.2.0",
    "file": "git-ssh.rb"
}