From d2f833ba77c20ed5416885cf8a4a7106b84becc4 Mon Sep 17 00:00:00 2001 From: Alex Kantchelian Date: Tue, 18 Jun 2013 23:17:34 -0700 Subject: re2 20130802 Closes #20597. Signed-off-by: Adam Vandenberg --- Library/Formula/re2.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/re2.rb (limited to 'Library/Formula') diff --git a/Library/Formula/re2.rb b/Library/Formula/re2.rb new file mode 100644 index 000000000..b3e8f02d9 --- /dev/null +++ b/Library/Formula/re2.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Re2 < Formula + homepage 'https://code.google.com/p/re2/' + head 'https://re2.googlecode.com/hg' + url 'https://re2.googlecode.com/files/re2-20130802.tgz' + sha1 'c2cf57ecd63b754da3021212198c517540276572' + + def install + system "make", "install", "prefix=#{prefix}" + end +end -- cgit v1.2.3