diff --git a/Formula/monday.rb b/Formula/monday.rb index c8ac923..a0902e4 100644 --- a/Formula/monday.rb +++ b/Formula/monday.rb @@ -6,6 +6,8 @@ class Monday < Formula :revision => "f42ef002bec2bd02c53d564857a22dba6ff3bbb4" head "https://github.com/eko/monday.git" + depends_on "go" => :build + def install ENV["GOPATH"] = buildpath dir = buildpath/"src/github.com/eko/monday"