aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bonnie.rb
blob: ef560a28465ce21cb08de8e1e78cf8c9e978cbe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'formula'

class Bonnie <Formula
  url 'http://www.textuality.com/bonnie/bonnie.tar.gz'
  homepage 'http://www.textuality.com/bonnie/'
  md5 'f61cc061a418c3ae308ae362a1ae6490'
  # no real version numbers
  version '0.1.0'

  def install
    system "make"
    bin.install "Bonnie" => "bonnie"
  end
end