From cf37d7146e14f48dd0b2471687e8ad6d492f08fe Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Thu, 16 Apr 2015 00:04:55 +0200 Subject: vttest 20140305 Closes #38690. Signed-off-by: Mike McQuaid --- Library/Formula/vttest.rb | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/vttest.rb b/Library/Formula/vttest.rb index 8c7596235..7348a00ab 100644 --- a/Library/Formula/vttest.rb +++ b/Library/Formula/vttest.rb @@ -1,13 +1,15 @@ -require 'formula' - class Vttest < Formula - homepage 'http://invisible-island.net/vttest/' - url 'ftp://invisible-island.net/vttest/vttest-20120603.tgz' - sha1 '7d4eae046049bdf7cb086ebba130b804a4972492' + homepage "http://invisible-island.net/vttest/" + url "ftp://invisible-island.net/vttest/vttest-20140305.tgz" + sha256 "0168aa34061d4470a68b0dd0781a2a9e2bbfb1493e540c99f615b867a11cbf83" def install system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" system "make" - system "make install" + system "make", "install" + end + + test do + assert File.exist? bin/"vttest" end end -- cgit v1.2.3