aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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