From d5a1c21ed07213a21cd6f24c4796005d64c11091 Mon Sep 17 00:00:00 2001 From: Jonathan Ragan-Kelley Date: Fri, 14 Oct 2011 11:46:46 -0400 Subject: ispc 1.2.2 Signed-off-by: Adam Vandenberg --- Library/Formula/ispc.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/ispc.rb (limited to 'Library') diff --git a/Library/Formula/ispc.rb b/Library/Formula/ispc.rb new file mode 100644 index 000000000..07a121774 --- /dev/null +++ b/Library/Formula/ispc.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Ispc < Formula + homepage 'http://ispc.github.com' + url 'https://github.com/downloads/ispc/ispc/ispc-v1.2.2-osx.tar.gz' + version '1.2.2' + md5 '21f1fe1aabe47ae280e0dc92d50d564f' + + def install + bin.install 'ispc' + end + + def test + system "#{bin}/ispc -v" + end +end -- cgit v1.2.3