-
-
Notifications
You must be signed in to change notification settings - Fork 13k
pastel 0.5.3 (new formula) #43459
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
pastel 0.5.3 (new formula) #43459
Conversation
Thank you very much for creating this formula. |
Installing completion files would be nice… look at the use of |
I've added the shell completions now, thanks for the directions! |
I would like to install pastel via brew too |
I would say it's better to download In this case, you can use https://github.com/sharkdp/pastel/releases/download/v0.5.2/pastel-v0.5.2-x86_64-apple-darwin.tar.gz. |
@kenchan0130 I was mirroring an existing formula for a Rust utility. No runtime dependencies necessary, so if it's bottled, no dependencies needed to install. |
@fxcoudert Any advice on other steps I should take to have this reviewed and hopefully merged? 🙂 |
@liamdawson Sounds good. |
Binary formula are forbidden in homebrew. The nodebrew formula is using the source from a tag rather than a binary distribution. |
@SMillerDev It looks like the |
I've also bumped the version to 0.5.3, as that's out now, but I can remove that commit if it's better to introduce that version bump separately. |
It's fine, can you squash the commits into one using |
Add the pastel command-line utility, for working with colors
Thanks @liamdawson! Without contributions like yours it'd be impossible to keep homebrew going with the high standards that users have come to expect from the project. You can feel good knowing that you've made the world a tiny bit better for homebrew users around the world! 👍 🎉 |
Add the pastel command-line utility, for working with colors
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Found this tool I'm looking forward to integrating in my workflow, would be awesome to have it in brew to make that easier.
https://github.com/sharkdp/pastel