From 72ba25f0ccca99e095ce726eec7b609fc382f806 Mon Sep 17 00:00:00 2001 From: Tom von Schwerdtner Date: Tue, 1 Sep 2009 09:22:29 +0800 Subject: Postgresql formula With most options enabled (why not?). Could use cleanup perhaps, but it works... Note that this does not work due to some library loading issues… when I run initdb I get a big fail which I have yet to track down. Signed-off-by: Max Howell --- Library/Formula/postgresql.rb | 56 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Library/Formula/postgresql.rb (limited to 'Library/Formula') diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb new file mode 100644 index 000000000..c0e02a954 --- /dev/null +++ b/Library/Formula/postgresql.rb @@ -0,0 +1,56 @@ +require 'brewkit' + +class Postgresql