Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
superbonaci opened this issue Dec 2, 2023 · 3 comments
Open

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

superbonaci opened this issue Dec 2, 2023 · 3 comments

Comments

@superbonaci
Copy link
Contributor

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
Copy link
Contributor

IshanGrover2004 commented Dec 21, 2023

@cfsmp3 This issue is resolved by this PR.

@alebcay
Copy link

alebcay commented Jan 20, 2024

FWIW - https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/ccextractor.rb (the link pointed to in CCExtractor/website#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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants