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
This commit is contained in:
parent
d1330fb0b4
commit
b3161bd96b
1 changed files with 11 additions and 0 deletions
11
Formula/fastri.rb
Normal file
11
Formula/fastri.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue