Merge pull request #45 from benesch/homebrew

Homebrew support
This commit is contained in:
Dimitri Fontaine 2014-04-07 12:29:38 +02:00
commit b1333c936c
4 changed files with 2104 additions and 246 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
.vagrant
local-data
pgloader.1
pgloader.html
pgloader.pdf
debian/pgloader.debhelper.log

View File

@ -12,7 +12,7 @@ DEBUILD_ROOT = /tmp/pgloader
all: $(PGLOADER)
docs:
pandoc pgloader.1.md -o pgloader.1
ronn -roff pgloader.1.md
~/quicklisp/local-projects/qmynd:
git clone https://github.com/qitab/qmynd.git $@
@ -73,6 +73,16 @@ $(PGLOADER): manifest buildapp
pgloader: $(PGLOADER) ;
pgloader-standalone:
buildapp --require sb-posix \
--require sb-bsd-sockets \
--require sb-rotate-byte \
--load-system pgloader \
--entry pgloader:main \
--dynamic-space-size 4096 \
--compress-core \
--output $(PGLOADER)
test:
$(MAKE) PGLOADER=$(realpath $(PGLOADER)) -C test all
@ -95,4 +105,4 @@ rpm:
check: test ;
.PHONY: test
.PHONY: test pgloader-standalone

1851
pgloader.1 Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff