Skip to content

Commit

Permalink
Merge pull request #177267 from Homebrew/cpansearch-linkage
Browse files Browse the repository at this point in the history
cpansearch: linkage update and deprecate
  • Loading branch information
BrewTestBot committed Jul 13, 2024
2 parents 1a54bbe + 70646fa commit 2880104
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Formula/c/cpansearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,21 @@ class Cpansearch < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "2f88cd961acac2cdd3fd6711aea3c5e7fde3a23356c0a299f08cf440bed88d7d"
end

# upstream missing license report, https://github.com/c9s/cpansearch/issues/5
deprecate! date: "2024-07-13", because: "missing license"

depends_on "pkg-config" => :build

depends_on "glib"
depends_on "ncurses"

uses_from_macos "curl"

on_macos do
depends_on "gettext"
depends_on "pcre2"
end

def install
unless OS.mac?
# Help find some ncursesw headers
Expand Down

0 comments on commit 2880104

Please sign in to comment.