MongoDB formula
Mongo (from "humongous") is a high-performance, open source, schema-free document-oriented database.master
parent
c86462d485
commit
ff4dc81aff
|
@ -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 New Issue