summaryrefslogtreecommitdiff
path: root/homebrew/citus/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/citus/.beer')
-rw-r--r--homebrew/citus/.beer33
1 files changed, 33 insertions, 0 deletions
diff --git a/homebrew/citus/.beer b/homebrew/citus/.beer
new file mode 100644
index 000000000..6f9f96f5c
--- /dev/null
+++ b/homebrew/citus/.beer
@@ -0,0 +1,33 @@
+{
+ "name": "Citus",
+ "description": "PostgreSQL-based distributed RDBMS",
+ "url": "https://github.com/citusdata/citus/archive/v8.2.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.citusdata.com",
+ "depends": [
+ {
+ "depend": "postgresql",
+ "build-depend": false
+ },
+ {
+ "depend": "readline",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV[\"PG_CONFIG\"] = Formula[\"postgresql\"].opt_bin/\"pg_config\"",
+ "system \"./configure\"",
+ "system \"make\", \"libpq=-L#{Formula[\"postgresql\"].opt_lib} -lpq\"",
+ "mkdir \"stage\"",
+ "system \"make\", \"install\", \"DESTDIR=#{buildpath}/stage\"",
+ "bin.install Dir[\"stage/**/bin/*\"]",
+ "lib.install Dir[\"stage/**/lib/*\"]",
+ "include.install Dir[\"stage/**/include/*\"]",
+ "(share/\"postgresql/extension\").install Dir[\"stage/**/share/postgresql/extension/*\"]"
+ ],
+ "version": "8.2.1",
+ "file": "citus.rb"
+} \ No newline at end of file