CCExtractor / ccextractor

CCExtractor - Official version maintained by the core team
https://www.ccextractor.org
GNU General Public License v2.0
721 stars 426 forks source link

[BUG] brew.sh formula no longer available #1580

Open superbonaci opened 11 months ago

superbonaci commented 11 months ago

brew.sh formula mentioned in website https://ccextractor.org/public/general/downloads/ is no longer available: https://github.com/Homebrew/homebrew-core/blob/master/Formula/ccextractor.rb

IshanGrover2004 commented 11 months ago

@cfsmp3 This issue is resolved by this PR.

alebcay commented 10 months ago

FWIW - https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/ccextractor.rb (the link pointed to in https://github.com/CCExtractor/website/pull/40) is also gone; the formula was previously disabled and subsequently deleted after one year of disablement.

I do provide a formula at https://github.com/alebcay/homebrew-ccextractor/blob/main/Formula/ccextractor.rb but this is even less-maintained and has no prebuilt binaries - I may revisit it once in a while to try and keep things working but no guarantees that it continues to compile on newer versions of macOS.

seidnerj commented 8 months ago

For anyone stumbling here looking for a quick two liner to install ccextractor on macOS:

wget https://raw.githubusercontent.com/alebcay/homebrew-ccextractor/main/Formula/ccextractor.rb
brew install --formula --build-from-source ccextractor.rb
seidnerj commented 3 months ago

@cfsmp3 This issue is resolved by this PR.

I saw that this was merged already, if so - do you know why is the formula unavailable on brew.sh?

superbonaci commented 3 months ago

@cfsmp3 This issue is resolved by this PR.

I saw that this was merged already, if so - do you know why is the formula unavailable on brew.sh?

It was merged on ccextractor website, not brew.sh.

seidnerj commented 3 months ago

I get that, but who is the maintainer of the formula on brew.sh? Is there one?

superbonaci commented 3 months ago

But that's not the reason, adding ccextractor to brew.sh has to be accepted first, since it's not there.

seidnerj commented 3 months ago

It was already there in the past, who added it then? Maybe they will be willing to add it again.