ctemplate: add --head

Closes Homebrew/homebrew#15912.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Henrik Mühe 2012-11-08 08:51:47 +01:00 committed by Adam Vandenberg
parent 56f80f465a
commit 5aa2e49480
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ class Ctemplate < Formula
url 'http://ctemplate.googlecode.com/files/ctemplate-2.2.tar.gz'
sha1 'b00a35291bc5c5bb8493a68bbf76d6a9cfa5c117'
head 'http://ctemplate.googlecode.com/svn/trunk/', :using => :svn
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"