From dc950330d1bd7775604868d8412cea657bd74362 Mon Sep 17 00:00:00 2001 From: saitoha Date: Thu, 7 Feb 2013 20:20:30 +0900 Subject: New formula: vttest Closes #18288. Signed-off-by: Jack Nagel --- Library/Formula/vttest.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/vttest.rb (limited to 'Library/Formula') diff --git a/Library/Formula/vttest.rb b/Library/Formula/vttest.rb new file mode 100644 index 000000000..8c7596235 --- /dev/null +++ b/Library/Formula/vttest.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Vttest < Formula + homepage 'http://invisible-island.net/vttest/' + url 'ftp://invisible-island.net/vttest/vttest-20120603.tgz' + sha1 '7d4eae046049bdf7cb086ebba130b804a4972492' + + def install + system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" + system "make" + system "make install" + end +end -- cgit v1.2.3