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'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '171f6237b29591748118cdc2a8e15cba256c12cc'
|
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
|