require 'formula' class GitSh < Formula homepage 'https://github.com/rtomayko/git-sh' url 'https://github.com/rtomayko/git-sh/archive/1.3.tar.gz' sha1 'b96801ed2a63ef510583e7f1c1b4bc234d991507' head 'https://github.com/rtomayko/git-sh.git' def install system "make" system "make", "install", "PREFIX=#{prefix}" end end t.teddywing.com/fork/homebrew' title='homebrew Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/docker.rb
blob: 705f9f42a0a2757d4f14d32694d7ddf72da6027f (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
30
31
32
33
34