parent
b149fa81b3
commit
a666c82f65
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@ class Frugal < Formula
|
|||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
depends_on "godep" => :build
|
||||
depends_on "glide" => :build
|
||||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
(buildpath/"src/github.com/Workiva/frugal").install buildpath.children
|
||||
cd buildpath/"src/github.com/Workiva/frugal" do
|
||||
system "godep", "restore"
|
||||
system "glide", "install"
|
||||
system "go", "build", "-o", bin/"frugal"
|
||||
prefix.install_metafiles
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue