aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cdb.rb
blob: 8d44456e10d77cf3822083cf9a390a1d8de82edb (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'
  sha1 '555749be5b2617e29e44b5326a2536813d62c248'

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