mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-27 10:19:03 +00:00
Update .goreleaser.yml
This commit is contained in:
@@ -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 "***************************"
|
||||
|
||||
Reference in New Issue
Block a user