arow++ 0.1.2
Closes Homebrew/homebrew#14910. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
278405acbe
commit
5791b3efb6
1 changed files with 12 additions and 0 deletions
12
Formula/arow++.rb
Normal file
12
Formula/arow++.rb
Normal 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
|
Loading…
Reference in a new issue