summaryrefslogtreecommitdiff
path: root/homebrew/citus/.make.sh-auto
blob: a0511b723e6a44659e5f5e08bccd8e0edccb1c1f (plain)
1
2
3
4
5
6
7
8
9
10
pkg:setup
ENV["PG_CONFIG"] = Formula["postgresql"].opt_bin/"pg_config"
pkg:configure
make libpq=-L#{Formula[postgresql"].opt_lib} -lpq"
mkdir "stage"
make DESTDIR=${PKG_DEST} 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/*"]