2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-08-31 21:35:09 +00:00
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Fastri < Formula
|
2010-04-07 05:58:35 +00:00
|
|
|
homepage 'http://eigenclass.org/hiki/fastri'
|
|
|
|
url 'http://rubyforge.org/frs/download.php/31654/fastri-0.3.1.tar.gz'
|
|
|
|
md5 '3a7d0a64b1c8e230a34ef7b4bad30dbe'
|
2009-08-31 21:35:09 +00:00
|
|
|
|
|
|
|
def install
|
2012-05-14 22:48:01 +00:00
|
|
|
system "ruby", "setup.rb", "all", "--prefix=#{prefix}"
|
2009-08-31 21:35:09 +00:00
|
|
|
end
|
2011-03-10 05:11:03 +00:00
|
|
|
end
|