Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Installation without depending on go get #27

Closed
hidetatz opened this issue Oct 18, 2020 · 5 comments · Fixed by #35
Closed

Installation without depending on go get #27

hidetatz opened this issue Oct 18, 2020 · 5 comments · Fixed by #35

Comments

@hidetatz
Copy link
Owner

Currently kubecolor can be installed via go get, but ideally it should not be depending on go command. We should:

  • enable kubecolor to be installed via package manager (homebrew etc)
  • distribute pre-build binary via GitHub release
@rothgar
Copy link
Contributor

rothgar commented Oct 22, 2020

Would you be open to a PR that adds releases based on goreleaser? If you have a homebrew-tap repo I can help make it work with github actions too.

@otherguy
Copy link

otherguy commented Nov 9, 2020

Homebrew would be much appreciated!

@hidetatz
Copy link
Owner Author

@rothgar

Hi, sorry for my late response 😓 I missed your comment.
I actually have never used goreleaser, but it looks good to me, I would be happy if you can send me a PR!

I am thinking to distribute kubecolor using homebrew, but I need to learn how to do that.

@rothgar
Copy link
Contributor

rothgar commented Nov 10, 2020

No problem, I'll work on a PR. I'll try to send it over late next week (I'm pretty busy with Kubecon ATM)

You should probably set up a repo called homebrew-tap under your GitHub user. That way we can push the formula there and people can install it with brew install dty1er/tap/kubecolor

I'd love to get this set up so I can install it along site my tool https://github.com/rothgar/k

@hidetatz
Copy link
Owner Author

@rothgar

Thank you!
I will try to setup a repo and write Formula.

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

Successfully merging a pull request may close this issue.

3 participants