Merge pull request #163600 from chenrui333/happygrep-disable

happygrep: `disable`
This commit is contained in:
Bevan Kay
2024-01-02 09:09:28 +11:00
committed by GitHub
+6
View File
@@ -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