homebrew-core/Formula/cdb.rb

13 lines
268 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Cdb < Formula
homepage 'http://cr.yp.to/cdb.html'
2013-01-27 02:09:48 +00:00
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