diff --git a/Formula/editorconfig.rb b/Formula/editorconfig.rb index 3efbd2a4598a2..30ee4a87fc3fa 100644 --- a/Formula/editorconfig.rb +++ b/Formula/editorconfig.rb @@ -7,6 +7,8 @@ class Editorconfig < Formula depends_on 'cmake' => :build + head 'https://github.com/editorconfig/editorconfig-core-c.git', :branch => 'master' + def install system "cmake", ".", "-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}" system "make install"