From 7eadc5ab8305651e892caaf7e71471ed1aaebed3 Mon Sep 17 00:00:00 2001 From: Mitchell Blank Jr Date: Tue, 9 Feb 2021 14:46:28 +0000 Subject: [PATCH] herrie: mark as deprecated, fix homepage The homepage is gone -- I filed this as a bug about this upstream at https://github.com/EdSchouten/herrie/issues/6 but didn't notice that the repo was archived (and now it won't let me edit that issue!) Anyway, I'm marking the formula as deprecated but also getting it to pass "brew audit" again in the mean time. --- Formula/herrie.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/herrie.rb b/Formula/herrie.rb index 773d720a2f82..2f57d978e3a3 100644 --- a/Formula/herrie.rb +++ b/Formula/herrie.rb @@ -1,15 +1,11 @@ class Herrie < Formula desc "Minimalistic audio player built upon Ncurses" - homepage "https://herrie.info/" + homepage "https://github.com/EdSchouten/herrie" url "https://github.com/EdSchouten/herrie/releases/download/herrie-2.2/herrie-2.2.tar.bz2" sha256 "142341072920f86b6eb570b8f13bf5fd87c06cf801543dc7d1a819e39eb9fb2b" license "BSD-2-Clause" revision 1 - livecheck do - url "https://github.com/EdSchouten/herrie" - end - bottle do sha256 catalina: "ceb3bb01f7cc36c3d55d785ff6d06706708ce11e81bd9da29b4dcdaaa6476f9a" sha256 mojave: "689038931cdc86fee22b0e4217bdb4eccc5c7591254c67300aade0637ae1dc5e" @@ -17,6 +13,8 @@ class Herrie < Formula sha256 sierra: "f794117e72309d83bc947463032c262a7341d21eabc5099712016d0f078804f2" end + deprecate! date: "2021-02-09", because: :repo_archived + depends_on "pkg-config" => :build depends_on "gettext" depends_on "glib" @@ -25,6 +23,8 @@ class Herrie < Formula depends_on "libvorbis" depends_on "mad" + uses_from_macos "ncurses" + def install ENV["PREFIX"] = prefix system "./configure", "no_modplug", "no_xspf", "coreaudio", "ncurses"