happygrep: disable

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2024-01-01 15:31:22 -05:00
parent 714a5d0f91
commit 756215fa13
+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