From 7b348ef434939ada6387f04f98552755cf7e3568 Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Sat, 14 Nov 2020 16:19:18 +1100 Subject: [PATCH] corectl: deprecate (#64780) Open Homebrew issues haven't been fixed since 2017. Formula no longer builds on Catalina. https://github.com/TheNewNormal/corectl/issues/119 --- Formula/corectl.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Formula/corectl.rb b/Formula/corectl.rb index 134a5bcbc7aca..fd5cce4162313 100644 --- a/Formula/corectl.rb +++ b/Formula/corectl.rb @@ -7,6 +7,8 @@ class Corectl < Formula revision 2 head "https://github.com/TheNewNormal/corectl.git", branch: "golang" + deprecate! because: :unmaintained + bottle do cellar :any sha256 "b3d030cf97c738ef427b24cd492a7b746b738be84f234f5904eedbff14661570" => :mojave @@ -18,7 +20,6 @@ class Corectl < Formula depends_on "go" => :build depends_on "ocaml" => :build depends_on "opam" => :build - depends_on x11: :build depends_on "libev" def install @@ -54,11 +55,8 @@ def install def caveats <<~EOS - Starting with 0.7 "corectl" has a client/server architecture. So before you - can use the "corectl" cli, you have to start the server daemon: - - $ corectld start - + Start the server daemon with: + corectld start EOS end