/homebrew-brew

HomeBrew Tap - Utilities from Hedzr

Primary LanguageRubyApache License 2.0Apache-2.0

Utilities (via HomeBrew) from Hedzr

livecheck-and-update-tap

How do I install these formulae?

brew install hedzr/brew/<formula>

Or brew tap hedzr/brew and then brew install <formula>.

Documentation

brew help, man brew or check Homebrew's documentation.

howto build a golang app

# 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

other refs

kind: https://github.com/kubernetes-sigs/kind

Software/Library Lists

golang CLI apps

cxx libraries

.