homebrew-core/Formula/arow++.rb
Konrad Rieck 5791b3efb6 arow++ 0.1.2
Closes Homebrew/homebrew#14910.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-11 17:03:25 -08:00

12 lines
303 B
Ruby

require 'formula'
class Arowxx < Formula
homepage 'http://code.google.com/p/arowpp/'
url 'http://arowpp.googlecode.com/files/AROW%2B%2B-0.1.2.tar.gz'
sha1 '82d3a25ea30db1b3b412a0ba723f6196ebb69d52'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end