From 34b2b6f2f2f385e44f2b0adf0b414dff4b275437 Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Mon, 14 Feb 2022 09:35:34 -0800 Subject: [PATCH] Update .goreleaser.yml --- .goreleaser.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 399ee1e..93b3eb7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -47,23 +47,12 @@ brews: license: "Apache-2.0" # Packages your package depends on. - dependencies: - - name: go + # dependencies: + # - name: git test: | system "#{bin}/ghorg version" - # Custom install script for brew. - # Default is 'bin.install "program"'. - install: | - ENV["GOPATH"] = buildpath - - bin_path = buildpath/"src/github.com/gabrie30/ghorg" - bin_path.install Dir["*"] - cd bin_path do - system "go", "build", "-o", bin/"ghorg", "." - end - post_install: | ohai "" ohai "***************************"