aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/srclib.rb
blob: 0843bb5beb05b55fe6574987b46074311a25a0fb (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
require "language/go"

class Srclib < Formula
  homepage "https://srclib.org"
  url "https://github.com/sourcegraph/srclib/archive/v0.0.42.tar.gz"
  sha256 "de9af74ec0805b0ef4f1c7ddf26c5aef43f84668b12c001f2f413ff20a19ebee"
  head "https://github.com/sourcegraph/srclib.git"

  bottle do
    cellar :any
    sha256 "75be0b0fad9f56cd33f7736dc8a5b663a7bf7ace7833ef2c5c00b40ec97b4e84" => :yosemite
    sha256 "017a2522e99e6e8f56c39bc9b3fee10ec6622a7d73c2b973a6f7c0b56e6d40ad" => :mavericks
    sha256 "00c130e9b76a25e872bcf79b4dc1b83e9679c2dd1f2396f138e2fc24538c57b0" => :mountain_lion
  end

  conflicts_with "src", :because => "both install a 'src' binary"

  depends_on :hg => :build
  depends_on "go" => :build

  go_resource "code.google.com/p/rog-go" do
    url "https://code.google.com/p/rog-go",
        :revision => "7088342b70fc1995ada4986ef2d093f340439c78", :using => :hg
  end

  go_resource "github.com/Sirupsen/logrus" do
    url "https://github.com/Sirupsen/logrus",
        :revision => "cdd90c38c6e3718c731b555b9c3ed1becebec3ba", :using => :git
  end

  go_resource "github.com/alecthomas/binary" do
    url "https://github.com/alecthomas/binary",
        :revision => "21c37b530bec7c512af0208bfb15f34400301682", :using => :git
  end

  go_resource "github.com/alecthomas/unsafeslice" do
    url "https://github.com/alecthomas/unsafeslice",
        :revision => "a2ace32dbd4787714f87adb14a8aa369142efac5", :using => :git
  end

  go_resource "github.com/aybabtme/color" do
    url "https://github.com/aybabtme/color",
        :revision => "28ad4cc941d69a60df8d0af1233fd5a2793c2801", :using => :git
  end

  go_resource "github.com/docker/docker" do
    url "https://github.com/docker/docker",
        :revision => "9c505c906d318df7b5e8652c37e4df06b4f30d56", :using => :git
  end

  go_resource "github.com/fsouza/go-dockerclient" do
    url "https://github.com/fsouza/go-dockerclient",
        :revision => "ddb122d10f547ee6cfc4ea7debff407d80abdabc", :using => :git
  end

  go_resource "github.com/gogo/protobuf" do
    url "https://github.com/gogo/protobuf",
        :revision => "bc946d07d1016848dfd2507f90f0859c9471681e", :using => :git
  end

  go_resource "github.com/google/go-querystring" do
    url "https://github.com/google/go-querystring",
        :revision => "d8840cbb2baa915f4836edda4750050a2c0b7aea", :using => :git
  end

  go_resource "github.com/gorilla/context" do
    url "https://github.com/gorilla/context",
        :revision => "215affda49addc4c8ef7e2534915df2c8c35c6cd", :using => :git
  end

  go_resource "github.com/inconshreveable/go-update" do
    url "https://github.com/inconshreveable/go-update",
        :revision => "68f5725818189545231c1fd8694793d45f2fc529", :using => :git
  end

  go_resource "github.com/kardianos/osext" do
    url "https://github.com/kardianos/osext",
        :revision => "efacde03154693404c65e7aa7d461ac9014acd0c", :using => :git
  end

  go_resource "github.com/kr/binarydist" do
    url "https://github.com/kr/binarydist",
        :revision => "9955b0ab8708602d411341e55fffd7e0700f86bd", :using => :git
  end

  go_resource "github.com/kr/fs" do
    url "https://github.com/kr/fs",
        :revision => "2788f0dbd16903de03cb8186e5c7d97b69ad387b", :using => :git
  end

  go_resource "github.com/petar/GoLLRB" do
    url "https://github.com/petar/GoLLRB",
        :revision => "53be0d36a84c2a886ca057d34b6aa4468df9ccb4", :using => :git
  end

  go_resource "github.com/peterbourgon/diskv" do
    url "https://github.com/peterbourgon/diskv",
        :revision => "72aa5da9f7d1125b480b83c6dc5ad09a1f04508c", :using => :git
  end

  go_resource "github.com/peterh/liner" do
    url "https://github.com/peterh/liner",
        :revision => "1bb0d1c1a25ed393d8feb09bab039b2b1b1fbced", :using => :git
  end

  go_resource "github.com/smartystreets/mafsa" do
    url "https://github.com/smartystreets/mafsa",
        :revision => "ab6b5abc58c9d82560b127e23bfd3e39a25e8f05", :using => :git
  end

  go_resource "github.com/sourcegraph/go-github" do
    url "https://github.com/sourcegraph/go-github",
        :revision => "c6edc3e74760ee3c825f46ad9d4eb3e40469cb92", :using => :git
  end

  go_resource "github.com/sourcegraph/httpcache" do
    url "https://github.com/sourcegraph/httpcache",
        :revision => "e2fdd7ddabf459df5cd87bd18a4616ae7084763e", :using => :git
  end

  go_resource "github.com/sourcegraph/mux" do
    url "https://github.com/sourcegraph/mux",
        :revision => "dd22f369d469f65c3946889f5d8a1fb3933192e9", :using => :git
  end

  go_resource "github.com/sqs/fileset" do
    url "https://github.com/sqs/fileset",
        :revision => "4317e899aa9438ba7603a6e322389571cb3ffdff", :using => :git
  end

  go_resource "golang.org/x/tools" do
    url "https://go.googlesource.com/tools",
        :revision => "a18bb1d557dac8d19062dd0240b44ab09cfa14fd", :using => :git
  end

  go_resource "sourcegraph.com/sourcegraph/go-diff" do
    url "https://github.com/sourcegraph/go-diff",
        :revision => "07d9929e8741ec84aa708aba12a4b1efd3a7a0dd", :using => :git
  end

  go_resource "sourcegraph.com/sourcegraph/go-flags" do
    url "https://github.com/sourcegraph/go-flags",
        :revision => "f819544216a8b66157184f0976948f92a8144fe7", :using => :git
  end

  go_resource "sourcegraph.com/sourcegraph/go-nnz" do
    url "https://github.com/sourcegraph/go-nnz",
        :revision => "62f271ba06026cf310d94721425eda2ec72f894c", :using => :git
  end

  go_resource "sourcegraph.com/sourcegraph/go-sourcegraph" do
    url "https://github.com/sourcegraph/go-sourcegraph",
        :revision => "6f1cd4d2b721cff7913ed2f04bcd820590ce3b94", :using => :git
  end

  go_resource "sourcegraph.com/sourcegraph/go-vcs" do
    url "https://github.com/sourcegraph/go-vcs",
        :revision => "1dcc4655df7318c3f105f9212900e1d0c68f7424", :using => :git
  end

  go_resource "sourcegraph.com/sourcegraph/makex" do
    url "https://github.com/sourcegraph/makex",
        :revision => "ba5e243479d710a5d378c97d007568a405d04492", :using => :git
  end

  go_resource "sourcegraph.com/sourcegraph/rwvfs" do
    url "https://github.com/sourcegraph/rwvfs",
        :revision => "451122bc19b9f1cdfeb2f1fdccadbc33ef5aa9f7", :using => :git
  end

  go_resource "sourcegraph.com/sourcegraph/vcsstore" do
    url "https://github.com/sourcegraph/vcsstore",
        :revision => "53d0c58fd11f7dc451456eb983050c58cd005268", :using => :git
  end

  def install
    ENV["GOBIN"] = bin
    ENV["GOPATH"] = buildpath

    mkdir_p buildpath/"src/sourcegraph.com/sourcegraph"
    ln_sf buildpath, buildpath/"src/sourcegraph.com/sourcegraph/srclib"
    Language::Go.stage_deps resources, buildpath/"src"

    cd "cmd/src" do
      system "go", "build", "-o", "src"
      bin.install "src"
    end
  end

  # For test
  resource "srclib-sample" do
    url "https://github.com/sourcegraph/srclib-sample/archive/0.1.tar.gz"
    sha256 "7699eea46992c41331daacbff9df05f7aeec841582783ce3ac7e8eef790f1f1d"
  end

  test do
    resource("srclib-sample").stage do
      ENV.prepend_path "PATH", bin
      system "#{bin}/src", "toolchain", "add", "--force", "sourcegraph.com/sourcegraph/srclib-sample"
      result = pipe_output("#{bin}/src api units")
      assert result.include?('"Type":"sample"')
    end
  end
end