arow++ 0.1.2

Closes Homebrew/homebrew#14910.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Konrad Rieck 2012-09-13 15:27:30 +02:00 committed by Adam Vandenberg
parent 278405acbe
commit 5791b3efb6

12
Formula/arow++.rb Normal file
View file

@ -0,0 +1,12 @@
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