2014-05-18 17:59:41 +00:00
|
|
|
require "formula"
|
2011-10-14 15:46:46 +00:00
|
|
|
|
|
|
|
class Ispc < Formula
|
2014-05-18 17:59:41 +00:00
|
|
|
homepage "http://ispc.github.io"
|
|
|
|
url "https://downloads.sourceforge.net/project/ispcmirror/v1.7.0/ispc-v1.7.0-osx.tar.gz"
|
|
|
|
sha1 "ff5ee40ba0eb7313b7dc25ceb1e107da058dae65"
|
2011-10-14 15:46:46 +00:00
|
|
|
|
|
|
|
def install
|
2014-05-18 17:59:41 +00:00
|
|
|
bin.install "ispc"
|
2011-10-14 15:46:46 +00:00
|
|
|
end
|
|
|
|
|
2014-02-23 21:31:41 +00:00
|
|
|
test do
|
2012-05-15 21:36:45 +00:00
|
|
|
system "#{bin}/ispc", "-v"
|
2011-10-14 15:46:46 +00:00
|
|
|
end
|
|
|
|
end
|