homebrew-go-resources generates go_resource statements for homebrew
formulas. It generates go_resource statements for the currently
checked out repos for your project and prints them on stdout.
It works for 'hg' and 'git' repositories.
Before running this tool, you should fetch the project by either
running go get -u project/import/path (to fetch the latest version)
or, to fetch a specific release:
git clone https://url/to/project src/project/import/pathcd src/project/import/pathgit checkout tag # for example, v1.0.0go get -d
Then, run:
homebrew-go-resources project/import/path
to print the go_resource statements for project to stdout.
Usage of homebrew-go-resources:
homebrew-go-resources [flags] [path]
Flags:
-debug=false: show debug messages
go get github.com/samertm/homebrew-go-resources