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

class Cdb <Formula
  url 'http://cr.yp.to/cdb/cdb-0.75.tar.gz'
  homepage 'http://cr.yp.to/cdb.html'
  md5 '81fed54d0bde51b147dd6c20cdb92d51'

  def install
    inreplace "conf-home", "/usr/local", prefix
    system "make setup"
  end
end