libbitcoin-explorer: remove libbitcoin and zeromq dependencies
This commit is contained in:
parent
2b6ae9933a
commit
1a8cd15b4f
1 changed files with 1 additions and 5 deletions
|
@ -3,7 +3,7 @@ class LibbitcoinExplorer < Formula
|
|||
homepage "https://github.com/libbitcoin/libbitcoin-explorer"
|
||||
url "https://github.com/libbitcoin/libbitcoin-explorer/archive/v3.5.0.tar.gz"
|
||||
sha256 "630cffd577c0d10345b44ce8160f4604519b0ca69bf201f524f104c207b930aa"
|
||||
revision 2
|
||||
revision 3
|
||||
|
||||
bottle do
|
||||
sha256 "aae3ff770f5857bac91474ddbb6f1e82e82839e61dc568b21332fc33545fb39e" => :high_sierra
|
||||
|
@ -15,15 +15,11 @@ class LibbitcoinExplorer < Formula
|
|||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libbitcoin"
|
||||
depends_on "libbitcoin-client"
|
||||
depends_on "libbitcoin-network"
|
||||
depends_on "zeromq"
|
||||
|
||||
def install
|
||||
ENV.prepend_path "PKG_CONFIG_PATH", Formula["libbitcoin"].opt_libexec/"lib/pkgconfig"
|
||||
ENV.prepend_path "PKG_CONFIG_PATH", Formula["libbitcoin-client"].opt_libexec/"lib/pkgconfig"
|
||||
ENV.prepend_create_path "PKG_CONFIG_PATH", libexec/"lib/pkgconfig"
|
||||
|
||||
system "./autogen.sh"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue