Skip to content

Commit

Permalink
Merge pull request #191632 from paulo-ferraz-oliveira/feature/kerl-fi…
Browse files Browse the repository at this point in the history
…sh-completion

`kerl`: add Fish shell completion
  • Loading branch information
BrewTestBot authored Sep 24, 2024
2 parents f88007c + e7f9808 commit d468b20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/k/kerl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ class Kerl < Formula
head "https://github.com/kerl/kerl.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, all: "a0bb9b435fdad340f08bc6dd37877aa75041019eccf6b145b4a558c444e6b855"
rebuild 1
sha256 cellar: :any_skip_relocation, all: "5c6a6d8332eeea9cc03e8bbdf5cb26b8f85a6cb636e1127c17907fd9832c8d45"
end

def install
bin.install "kerl"

bash_completion.install "bash_completion/kerl"
zsh_completion.install "zsh_completion/_kerl"
fish_completion.install "fish_completion/kerl.fish"
end

test do
Expand Down

0 comments on commit d468b20

Please sign in to comment.