MongoDB formula
Mongo (from "humongous") is a high-performance, open source, schema-free document-oriented database.
This commit is contained in:
parent
c86462d485
commit
ff4dc81aff
1 changed files with 11 additions and 0 deletions
11
Formula/mongodb.rb
Normal file
11
Formula/mongodb.rb
Normal 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
|
Loading…
Reference in a new issue