docker-show-context icon indicating copy to clipboard operation
docker-show-context copied to clipboard

Homebrew formula

Open darthdeus opened this issue 7 years ago • 6 comments

Since there are already available binary releases, it would be nice to have a Homebrew formula for macOS.

darthdeus avatar Aug 01 '18 08:08 darthdeus

I'm not familiar with homebrew, but if someone wants to contribute a formula to this repository then I'll gladly accept.

pwaller avatar Aug 01 '18 08:08 pwaller

go get -v -u github.com/pwaller/docker-show-context
cd ~/dir-containing-dockerfile
docker-show-context

mbana avatar Sep 26 '18 10:09 mbana

I'd also love this! Is this Gist helpful?

Also thanks so much for this project! Saved me bags of time!

Miserlou avatar Oct 11 '18 15:10 Miserlou

@Miserlou there is still not quite enough context in that gist as a non-brew user to be sure I've gotten things right.

What do I need to do to make it useful for other users, exactly? Do I need a repository called homebrew-docker-show-context? What do I need to do to make brew install docker-show-context a thing? What instruction should I give users? If someone is willing to help me figure this out, then I'll happily add it.

pwaller avatar Jan 20 '19 14:01 pwaller

@Miserlou As noted by the OP, @pwaller has already setup binary releases on github so there is no need to depends_on "go" again and re-build. It can just grab the github release binary and put it on the user's machine.

chakrit avatar Jul 31 '19 05:07 chakrit

@pwaller I can submit a formula to Homebrew if you create a new tag that has the fix in 0aad35647cbab6f571486d001bf98d933280f862.

rouge8 avatar Nov 13 '21 05:11 rouge8