Skip to content

Commit

Permalink
corectl: deprecate (#64780)
Browse files Browse the repository at this point in the history
Open Homebrew issues haven't been fixed since 2017. Formula no longer
builds on Catalina.

TheNewNormal/corectl#119
  • Loading branch information
jonchang authored Nov 14, 2020
1 parent 4cf1c49 commit 7b348ef
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Formula/corectl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7b348ef

Please sign in to comment.