Skip to content

Convert Go deps managed by glide to Homebrew resources

License

Notifications You must be signed in to change notification settings

heewa/glide-brew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glide-brew

Convert Go deps managed by glide to Homebrew resources to help you make brew formulas for you Go programs. The resulting config can be used in Homebrew formulas to have brew share your Go dependencies as brew resources.

See Homebrew's documentation on resources for instructions on how to use them.

usage

You can either install with Homebrew:

brew install heewa/tap/glide-brew

Or with Go:

go get github.com/heewa/glide-brew

Then run glide brew from your Go repo, where you have your glide.yaml and glide.lock files.

troubleshooting

If glide complains like: [ERROR] Command glide-brew does not exist., then you probably don't have wherever you installed glide-brew into from go get in your PATH. Either add $GOPATH/bin to your PATH, or symlink wherever glide-brew was installed to something that is, like /usr/local/bin/.

About

Convert Go deps managed by glide to Homebrew resources

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages