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

class Cdb < Formula
  homepage 'http://cr.yp.to/cdb.html'
  url 'http://cr.yp.to/cdb/cdb-0.75.tar.gz'
  sha1 '555749be5b2617e29e44b5326a2536813d62c248'

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