aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fastri.rb
diff options
context:
space:
mode:
authorSean Wolfe2009-08-31 16:35:09 -0500
committerMax Howell2009-09-01 09:45:21 +0100
commit8b0bcaddf83cb13b25c87c3f6eb84b0d82f72e15 (patch)
tree1bf6168c57c2492d0953ba24c5ca74291372aa4c /Library/Formula/fastri.rb
parent96634ed76803c95cfd320dfdfa2d056ec46a251d (diff)
downloadhomebrew-8b0bcaddf83cb13b25c87c3f6eb84b0d82f72e15.tar.bz2
Ruby Fastri service and library
> The fri executable will run much faster if you install FastRI from a > tarball, since RubyGems introduces a noticeable overhead. Source: http://eigenclass.org/hiki/fastri
Diffstat (limited to 'Library/Formula/fastri.rb')
-rw-r--r--Library/Formula/fastri.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/fastri.rb b/Library/Formula/fastri.rb
new file mode 100644
index 000000000..67badbf0d
--- /dev/null
+++ b/Library/Formula/fastri.rb
@@ -0,0 +1,11 @@
+require 'brewkit'
+
+class Fastri <Formula
+ @homepage='http://eigenclass.org/hiki/fastri'
+ @url='http://rubyforge.org/frs/download.php/31654/fastri-0.3.1.tar.gz'
+ @md5='3a7d0a64b1c8e230a34ef7b4bad30dbe'
+
+ def install
+ system "ruby setup.rb all --prefix='#{prefix}'"
+ end
+end \ No newline at end of file