gobuffalo / homebrew-tap

Homebrew Formula for the buffalo projects binaries
6 stars 2 forks source link

Missing installation for M1 architecture #4

Open posth opened 3 years ago

posth commented 3 years ago

When running brew install gobuffalo/tap/pop from documentations suggestion, it's missing the install URL when doing it from a M1 MacOS, probably from missing a check.

Issue

Running:

brew install gobuffalo/tap/pop

Error:

Error: Invalid formula: /opt/homebrew/Library/Taps/gobuffalo/homebrew-tap/pop.rb
formulae require at least a URL
Error: Invalid formula: /opt/homebrew/Library/Taps/gobuffalo/homebrew-tap/buffalo.rb
formulae require at least a URL
Error: Cannot tap gobuffalo/tap: invalid syntax in tap!

Possible issues:

EDIT: Feel free to close if this issue isn't accurate

donovanrost commented 2 years ago

I'm having this same issue.

Please add an Apple Silicon installation option

gubisim commented 2 years ago

Same issue here. Any update on this?

ghalevy commented 2 years ago

Same issue - any updates to share? M1 is quickly becoming a dominant mac platform.

rvarun11 commented 2 years ago

I have the same issue on my M1.

Error: Invalid formula: /opt/homebrew/Library/Taps/gobuffalo/homebrew-tap/buffalo.rb
formulae require at least a URL
Error: Cannot tap gobuffalo/tap: invalid syntax in tap!
paganotoni commented 2 years ago

Can you guys check with latest version of buffalo and pop? I tried with latest and it seems to work.

rvarun11 commented 2 years ago

Yes, it works now but I was getting buffalo-pop not in $PATH error on running buffalo and had to install pop separately with brew install gobuffalo/tap/pop to get rid of the error.