From 3b63c85213df0476c9ccf65282cf45ac77cdac01 Mon Sep 17 00:00:00 2001 From: Rolf Timmermans Date: Sat, 25 Sep 2010 17:13:35 +0200 Subject: Added formula for Sedna XML database. Signed-off-by: Adam Vandenberg --- Library/Formula/sedna.rb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Library/Formula/sedna.rb (limited to 'Library') diff --git a/Library/Formula/sedna.rb b/Library/Formula/sedna.rb new file mode 100644 index 000000000..1baa9f7fe --- /dev/null +++ b/Library/Formula/sedna.rb @@ -0,0 +1,31 @@ +require 'formula' + +class Sedna + + Start your database manually with: + se_gov && se_sm + + And stop with: + se_stop + EOS + end +end -- cgit v1.2.3