diff options
| author | Martin Probst | 2015-02-18 18:31:43 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-18 22:22:57 +0000 |
| commit | e855e2fc31160680425e482cc5bf1382176a9e43 (patch) | |
| tree | 04cafd2b14e42dcbda3f65d64de6e5b37ec2c906 /Library | |
| parent | 1f13dc0b77f0bd8f57f8ca5e74ed861fefed24f1 (diff) | |
| download | homebrew-e855e2fc31160680425e482cc5bf1382176a9e43.tar.bz2 | |
clang-format: support HEAD installs.
Closes #36938.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clang-format.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/clang-format.rb b/Library/Formula/clang-format.rb index be8e417e5..3c440d58f 100644 --- a/Library/Formula/clang-format.rb +++ b/Library/Formula/clang-format.rb @@ -22,6 +22,19 @@ class ClangFormat < Formula end end + head do + url "http://llvm.org/svn/llvm-project/llvm/trunk/", :using => :svn + + resource "clang" do + url "http://llvm.org/svn/llvm-project/cfe/trunk/", :using => :svn + end + + resource "libcxx" do + url "http://llvm.org/releases/3.5.0/libcxx-3.5.0.src.tar.xz" + sha1 "c98beed86ae1adf9ab7132aeae8fd3b0893ea995" + end + end + depends_on "cmake" => :build depends_on "ninja" => :build depends_on "subversion" => :build |
