diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cdb.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/cdb.rb b/Library/Formula/cdb.rb new file mode 100644 index 000000000..9bb34509f --- /dev/null +++ b/Library/Formula/cdb.rb @@ -0,0 +1,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 |
