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 "***************************"