aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bonnie.rb
blob: 1e158c1ed2645f34f4d34ff29ccb6cc046628ecf (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