From 704d113c360ea32c0f834d8b40bd58e5c73bc72f Mon Sep 17 00:00:00 2001 From: Guo Xiao Date: Wed, 26 Nov 2014 13:33:46 +0800 Subject: synscan 5.02 (new formula) Closes #34460. Signed-off-by: Mike McQuaid --- Library/Formula/synscan.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/synscan.rb (limited to 'Library/Formula') diff --git a/Library/Formula/synscan.rb b/Library/Formula/synscan.rb new file mode 100644 index 000000000..69a34831e --- /dev/null +++ b/Library/Formula/synscan.rb @@ -0,0 +1,17 @@ +require "formula" + +class Synscan < Formula + homepage "http://www.digit-labs.org/files/tools/synscan/" + url "http://www.digit-labs.org/files/tools/synscan/releases/synscan-5.02.tar.gz" + sha1 "fd2461a9520204682228f942cce075782e0fc21c" + + def install + system "./configure", "--prefix=#{prefix}" + system "make", "macos" + system "make", "install" + end + + test do + system "#{bin}/synscan", "-V" + end +end -- cgit v1.2.3