ctemplate 2.3
This commit is contained in:
parent
1d0d0d3654
commit
0f1a66f955
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Ctemplate < Formula
|
||||
homepage 'https://ctemplate.googlecode.com/'
|
||||
url 'https://ctemplate.googlecode.com/files/ctemplate-2.2.tar.gz'
|
||||
sha1 'b00a35291bc5c5bb8493a68bbf76d6a9cfa5c117'
|
||||
homepage "https://ctemplate.googlecode.com/"
|
||||
head "http://ctemplate.googlecode.com/svn/trunk/"
|
||||
url "http://ctemplate.googlecode.com/svn/tags/ctemplate-2.3/"
|
||||
|
||||
head 'http://ctemplate.googlecode.com/svn/trunk/'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue