Skip to content

Commit 84b151e

Browse files
BrewTestBotchenrui333
authored andcommitted
cargo-bundle 0.7.0
cargo-bundle: needs openssl for linux build Signed-off-by: Rui Chen <[email protected]> cargo-bundle: needs squashfs for linux test Signed-off-by: Rui Chen <[email protected]>
1 parent 13428c7 commit 84b151e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Formula/c/cargo-bundle.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class CargoBundle < Formula
22
desc "Wrap rust executables in OS-specific app bundles"
33
homepage "https://github.com/burtonageo/cargo-bundle"
4-
url "https://github.com/burtonageo/cargo-bundle/archive/refs/tags/v0.6.1.tar.gz"
5-
sha256 "18270c983636582c7723b2b6447c76330d8372feb53140eec693f6c2db5e7e81"
4+
url "https://github.com/burtonageo/cargo-bundle/archive/refs/tags/v0.7.0.tar.gz"
5+
sha256 "0655b249c7c31047d2d0cb2e9b4923a2fb394e7a09a2300fc533de4e38d68d03"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/burtonageo/cargo-bundle.git", branch: "master"
88

@@ -18,9 +18,15 @@ class CargoBundle < Formula
1818
sha256 cellar: :any_skip_relocation, x86_64_linux: "65d1c04a423a5f9d8c17dc4cd83d7a2673c45f23f727e64a45f50dde0cdd0aa4"
1919
end
2020

21+
depends_on "pkgconf" => :build
2122
depends_on "rust" => :build
2223
depends_on "rustup" => :test
2324

25+
on_linux do
26+
depends_on "squashfs" => :test
27+
depends_on "openssl@3"
28+
end
29+
2430
def install
2531
system "cargo", "install", *std_cargo_args
2632
end

0 commit comments

Comments
 (0)