Fd: Add a homebrew formula for fd

Created on 6 Jun 2017  路  12Comments  路  Source: sharkdp/fd

Add a homebrew formula for fd.

help wanted

All 12 comments

Thank you for the suggestion.

I don't have access to a MacOS system, so it's hard for me to test this. Also, I don't know how homebrew formulas work.

I have a macOS, but i have not created a brew formula before and not sure how much time i can spend on this issue right now. I might be able to look into it later, or maybe someone else will have a go at it if you leave it open?

Sure, I will leave it open. Thank you.

If you are worried about cargo installs falling out of date, you can use this subcommand to check.

PR to add the homebrew formula open.

Thank you very much! I've just released v1.1.0, in case you still want to include this.

Updated the version there and fixed some issues commented by maintainers. Should be merged soon.

Formula was merged! o/

Cool, thank you very much!

I think we should add a note to the README (install instructions) that it is now possible to just run brew install fd, if I understand correctly(?).

Thank you! I can confirm brew install fd works on macOS.

@sharkdp I recently did brew install fd, it first tries to build rust from source then fd's dependencies. The entire install is around 30min (including compiling rust). Since there are already published packages for fd that does not require compiling, will you entertain a new homebrew formula that just install the compiled binary? ripgrep already does this here (via a custom homebrew tap that points to its github repo): https://github.com/BurntSushi/ripgrep/blob/master/pkg/brew/ripgrep-bin.rb

@chhschou I'm open to this idea, but I don't really have any experience with or knowledge about Homebrew. It's probably a good idea to open a new ticket to discuss this.

@douglascamata Do you have any thoughts on this? Could this potentially even be changed upstream?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mathomp4 picture mathomp4  路  3Comments

mwgkgk picture mwgkgk  路  3Comments

christianbundy picture christianbundy  路  3Comments

runiq picture runiq  路  3Comments

ChengCat picture ChengCat  路  3Comments