New formula: gtest
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
9b64a23659
commit
6a936afe01
1 changed files with 12 additions and 0 deletions
12
Formula/gtest.rb
Normal file
12
Formula/gtest.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Gtest <Formula
|
||||
url 'http://googletest.googlecode.com/files/gtest-1.4.0.tar.gz'
|
||||
homepage 'http://code.google.com/p/googletest/'
|
||||
md5 'ec1dd5ab07cde5da033b1d631e621167'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue