cpputest 3.4
Closes Homebrew/homebrew#20370. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
88b8f81758
commit
44e5f57715
1 changed files with 4 additions and 5 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Cpputest < Formula
|
||||
homepage 'http://www.cpputest.org/'
|
||||
url 'http://sourceforge.net/projects/cpputest/files/cpputest/v3.1/CppUTest-v3.1.zip'
|
||||
sha1 '8ff6b764a9ca6202582ae0c94545f56b921f39d5'
|
||||
url 'https://github.com/cpputest/cpputest/archive/v3.4.tar.gz'
|
||||
sha1 'ecd53f5b1a92a1f2291249ce69f544392f5a8462'
|
||||
|
||||
fails_with :clang do
|
||||
build 425
|
||||
|
@ -11,8 +11,7 @@ class Cpputest < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "make"
|
||||
lib.install 'lib/libCppUTest.a'
|
||||
include.install 'include/CppUTest'
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue