brew install hedzr/brew/<formula>
Or brew tap hedzr/brew
and then brew install <formula>
.
brew help
, man brew
or check Homebrew's documentation.
# Documentation: https://docs.brew.sh/Formula-Cookbook
# https://rubydoc.brew.sh/Formula
depends_on "go" => :build
def install
# ENV.deparallelize # if your formula fails when building in parallel
# ENV["GOPROXY"] = "https://goproxy.io"
# system "make"
system "go", "build", *std_go_args
end
kind: https://github.com/kubernetes-sigs/kind
- awesome-tool, cli
- consul-tags, cli
- go-faker, cli
.