Skip to content

Commit

Permalink
fzf-make 0.45.0
Browse files Browse the repository at this point in the history
fzf-make: add yarn detection patch

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Dec 11, 2024
1 parent cc2b49a commit 97d1a2f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Formula/f/fzf-make.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class FzfMake < Formula
desc "Fuzzy finder with preview window for make, pnpm, & yarn"
homepage "https://github.com/kyu08/fzf-make"
url "https://github.com/kyu08/fzf-make/archive/refs/tags/v0.44.0.tar.gz"
sha256 "bd75b11577e7b702474b462886e9645ebda05269894e0fb09d5219ccde9b6842"
url "https://github.com/kyu08/fzf-make/archive/refs/tags/v0.45.0.tar.gz"
sha256 "275fafd5ed2d9e7f9d08af44f61259b7d57633c6039c3ac8a407e005530ed2c6"
license "MIT"
head "https://github.com/kyu08/fzf-make.git", branch: "main"

Expand All @@ -18,6 +18,12 @@ class FzfMake < Formula
depends_on "rust" => :build
depends_on "bat"

# build patch for missing `yarn` in runtime, upstream pr ref, https://github.com/kyu08/fzf-make/pull/387
patch do
url "https://github.com/kyu08/fzf-make/commit/ee2b04a324bf3653a450025dcfea76fce9dd97db.patch?full_index=1"
sha256 "ea5d7fff1409150f7f28701a444dcbce9e1e5a317665fde5eaacd86ef2e4ac3e"
end

def install
system "cargo", "install", *std_cargo_args
end
Expand Down

0 comments on commit 97d1a2f

Please sign in to comment.