From cc1a922574c578804ebe64950dcae4ab75f9b224 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 20 May 2013 18:10:44 -0700 Subject: [PATCH] Add HEAD for editorconfig. --- Library/Formula/editorconfig.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Formula/editorconfig.rb b/Library/Formula/editorconfig.rb index 3efbd2a4598a..30ee4a87fc3f 100644 --- a/Library/Formula/editorconfig.rb +++ b/Library/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"