cpptest: modernize
This commit is contained in:
parent
867083fefc
commit
5a6e6e1848
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Cpptest < Formula
|
||||
homepage 'http://cpptest.sourceforge.net/'
|
||||
url 'https://downloads.sourceforge.net/project/cpptest/cpptest/cpptest-1.1.2/cpptest-1.1.2.tar.gz'
|
||||
sha1 'c8e69ca98f9b39016c94f1f78659f412ee825049'
|
||||
homepage "http://cpptest.sourceforge.net/"
|
||||
url "https://downloads.sourceforge.net/project/cpptest/cpptest/cpptest-1.1.2/cpptest-1.1.2.tar.gz"
|
||||
sha1 "c8e69ca98f9b39016c94f1f78659f412ee825049"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -15,6 +13,6 @@ class Cpptest < Formula
|
|||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue