mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #163600 from chenrui333/happygrep-disable
happygrep: `disable`
This commit is contained in:
@@ -4,7 +4,13 @@ cask "happygrep" do
|
||||
|
||||
url "https://github.com/happypeter/happygrep/releases/download/v#{version}/happygrep.zip"
|
||||
name "happygrep"
|
||||
desc "Command-line search"
|
||||
homepage "https://github.com/happypeter/happygrep"
|
||||
|
||||
# no releases in the past 10 years, it also reference libncursesw.5
|
||||
disable! date: "2024-01-01", because: :unmaintained
|
||||
|
||||
binary "happygrep"
|
||||
|
||||
# No zap stanza required
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user