install

in Formula/lightsailctl.rb [21:28]


    def install
        if build.with? "goproxy-direct"
            ENV["GOPROXY"] = "direct"
        end

        system "go", "build", "-trimpath", "-o", bin/$config_provider.bin, "main.go"
    end