MongoDB formula

Mongo (from "humongous") is a high-performance, open source, schema-free
document-oriented database.
This commit is contained in:
Clinton R. Nixon 2009-09-05 18:14:47 -04:00 committed by Max Howell
parent c86462d485
commit ff4dc81aff

11
Formula/mongodb.rb Normal file
View file

@ -0,0 +1,11 @@
require 'brewkit'
class Mongodb <Formula
@url='http://downloads.mongodb.org/osx/mongodb-osx-x86_64-1.0.0.tgz'
@homepage='http://www.mongodb.org/'
@md5='21a7071f9bbc922c028b11a9b2b6963c'
def install
system "cp -prv * #{prefix}"
end
end