cig: remove redundant resource
cig itself was a `go_resource` because the stable version just wasn't being staged correctly. Closes Homebrew/homebrew#41908.
This commit is contained in:
parent
daa427faa3
commit
6afb0700a9
1 changed files with 2 additions and 4 deletions
|
@ -28,12 +28,10 @@ class Cig < Formula
|
|||
url "https://github.com/golang/tools.git", :revision => "473fd854f8276c0b22f17fb458aa8f1a0e2cf5f5"
|
||||
end
|
||||
|
||||
go_resource "github.com/stevenjack/cig" do
|
||||
url "https://github.com/stevenjack/cig.git", :revision => "9c35c2f5862fabb5896da89b54f2c88556a5c04c"
|
||||
end
|
||||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
mkdir_p buildpath/"src/github.com/stevenjack/"
|
||||
ln_sf buildpath, buildpath/"src/github.com/stevenjack/cig"
|
||||
Language::Go.stage_deps resources, buildpath/"src"
|
||||
|
||||
cd "src/github.com/tools/godep" do
|
||||
|
|
Loading…
Reference in a new issue