aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorggironda2011-02-24 16:07:47 -0600
committerAdam Vandenberg2011-04-13 12:47:30 -0700
commit79e87d8001c3ece80720a1e6a4bfa6c9dba4ae28 (patch)
treec31f979ba59def0674b59423e6435b4b287a50d8
parentd994588510fdb93bdd1af4b6a70e7d3fc182819a (diff)
downloadhomebrew-79e87d8001c3ece80720a1e6a4bfa6c9dba4ae28.tar.bz2
mongoose 2.11
Mongoose is a small self-contained web server. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/mongoose.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/mongoose.rb b/Library/Formula/mongoose.rb
new file mode 100644
index 000000000..fdf94b4c8
--- /dev/null
+++ b/Library/Formula/mongoose.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Mongoose < Formula
+ url 'http://mongoose.googlecode.com/files/mongoose-2.11.tgz'
+ homepage 'http://code.google.com/p/mongoose/'
+ md5 'f6985da7513d354cc18b21b7670d23c1'
+
+ def install
+ system "/usr/bin/make mac"
+ bin.install "mongoose"
+ man1.install "mongoose.1"
+ end
+end