-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Homebrew #17
Comments
Nice! Thank you! I'm not familiar with homebrew, I submit my other tools written in go to homebrew-bio similar with the second method, but they only accept bioinformatics-related tools. I've tried to submit csvtk to homebrew-core but failed. |
This is my first foray into homebrew, so it sounds like your experience might be stronger in this regard. If homebrew core is proving difficult, would you be open to hosting something like the what the croc maintainer does? He (schollz) hosts a file |
Actually some kind guys helped to write those formulas. The https://github.com/schollz/homebrew-tap way looks easy and feasible, I'll try to put all my apps in. |
First off, thank you so much for creating this tool! It's been a super useful introduction to my CLI toolset that has made working with huge numbers of files so much easier.
I was hoping to make this tool installable via Homebrew, macOS's unofficial package manager. There are two ways to create a new entry in Homebrew (as far as I'm aware):
homebrew-core
that compilesbrename
from source for macOS. Seebrew install brename
.C: 19: col 7: Do not use `go get`. Please ask upstream to implement Go vendoring
brew install shenwei356/tap/brename
(see how croc, another golang project, handles it):brew install https://raw.githubusercontent.com/shenwei356/brename/master/brename.rb
which is more bulky).I've made an attempt to author a Formula for both approaches:
homebrew-core Formula
Tap Formula
The text was updated successfully, but these errors were encountered: