qpid-proton 0.29.0
Closes #43224. Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
This commit is contained in:
parent
c7fbfd0d44
commit
97f24d865b
1 changed files with 8 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
class QpidProton < Formula
|
||||
desc "High-performance, lightweight AMQP 1.0 messaging library"
|
||||
homepage "https://qpid.apache.org/proton/"
|
||||
url "https://www.apache.org/dyn/closer.lua?path=qpid/proton/0.26.0/qpid-proton-0.26.0.tar.gz"
|
||||
sha256 "0eddac870f0085b9aeb0c9da333bd3f53fedb7c872164171a7cc06761ddbbd75"
|
||||
head "https://git.apache.org/qpid-proton.git"
|
||||
url "https://www.apache.org/dyn/closer.lua?path=qpid/proton/0.29.0/qpid-proton-0.29.0.tar.gz"
|
||||
sha256 "7dfee950e40f3bd89edf1b1d41874fe129ba25ea3068300aa2578ddc67680bef"
|
||||
head "https://gitbox.apache.org/repos/asf/qpid-proton.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -17,10 +17,13 @@ class QpidProton < Formula
|
|||
depends_on "openssl"
|
||||
|
||||
def install
|
||||
system "cmake", ".", "-DBUILD_BINDINGS=",
|
||||
mkdir "build" do
|
||||
system "cmake", "..", "-DBUILD_BINDINGS=",
|
||||
"-DLIB_INSTALL_DIR=#{lib}",
|
||||
"-Dproactor=libuv",
|
||||
*std_cmake_args
|
||||
system "make", "install"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue