Skip to content

Commit

Permalink
Merge pull request #174784 from Homebrew/solo2-cli-rust-fix
Browse files Browse the repository at this point in the history
solo2-cli: add rust 1.79.0 build patch
  • Loading branch information
BrewTestBot authored Jun 26, 2024
2 parents 7cd8c61 + 1380dfe commit fada7fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Formula/s/solo2-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ class Solo2Cli < Formula
depends_on "systemd"
end

# rust 1.79.0 build patch, upstream pr ref, https://github.com/solokeys/solo2-cli/pull/122
patch do
url "https://github.com/solokeys/solo2-cli/commit/c4b3f28062860c914f3922ad58604f0bc36ead93.patch?full_index=1"
sha256 "1f3e08c4c6f17022e8762852ef8e2de94e1c0161d4409d60e5b04f23d72b632d"
end

def install
system "cargo", "install", "--all-features", *std_cargo_args

bash_completion.install "target/release/solo2.bash"
bash_completion.install "target/release/solo2.bash" => "solo2"
fish_completion.install "target/release/solo2.fish"
zsh_completion.install "target/release/_solo2"
end
Expand Down

0 comments on commit fada7fa

Please sign in to comment.