summaryrefslogtreecommitdiff
path: root/homebrew/libbitcoinexplorer/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libbitcoinexplorer/.make.sh-auto')
-rw-r--r--homebrew/libbitcoinexplorer/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/libbitcoinexplorer/.make.sh-auto b/homebrew/libbitcoinexplorer/.make.sh-auto
new file mode 100644
index 000000000..b5bfb77f0
--- /dev/null
+++ b/homebrew/libbitcoinexplorer/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+ENV.prepend_path "PKG_CONFIG_PATH", Formula["libbitcoin"].opt_libexec/"lib/pkgconfig"
+./autogen.sh
+pkg:configure --disable-dependency-tracking --disable-silent-rules
+make DESTDIR=${PKG_DEST} install
+bash_completion.install "data/bx"