From 756215fa130c0f27f5698eee8aee956029d26b9a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jan 2024 15:31:22 -0500 Subject: [PATCH] happygrep: `disable` Signed-off-by: Rui Chen --- Casks/h/happygrep.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Casks/h/happygrep.rb b/Casks/h/happygrep.rb index a6e1feeb6c..aaadc67a1d 100644 --- a/Casks/h/happygrep.rb +++ b/Casks/h/happygrep.rb @@ -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