From 266172afdda6807469fd89b288dc37b9ea02a8d7 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Tue, 1 Sep 2009 17:01:20 +0200 Subject: [PATCH] RabbitMQ formula RabbitMQ is a complete and highly reliable Enterprise Messaging system based on the emerging AMQP standard. Signed-off-by: Max Howell I left this one for ages as I wasn't sure about the erlang_libdir bit. I changed it in the end. But maybe it doesn't work. Someone will have to verify. If erlang needs to look in a certain dir for plugins, we need to make sure it looks in the HOMEBREW_PREFIX dir and not further up, ie. its prefix in the Cellar. Same for any plugin system. --- Formula/rabbitmq.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Formula/rabbitmq.rb diff --git a/Formula/rabbitmq.rb b/Formula/rabbitmq.rb new file mode 100644 index 0000000000..1fa08afd0d --- /dev/null +++ b/Formula/rabbitmq.rb @@ -0,0 +1,21 @@ +require 'brewkit' + +class Rabbitmq