homebrew-core/Formula/bonnie.rb
Torsten Curdt 1f05d2c2c5 bonnie64 is the latest
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-21 14:07:05 -07:00

11 lines
223 B
Ruby

require 'formula'
class Bonnie < Formula
homepage 'http://code.google.com/p/bonnie-64/'
head 'http://bonnie-64.googlecode.com/svn/trunk/'
def install
system "make"
bin.install "Bonnie" => "bonnie"
end
end