Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from fundor333/patch-1
Browse files Browse the repository at this point in the history
Creating a goreleaser.yml
  • Loading branch information
client9 committed May 10, 2017
2 parents bb181bb + b46d82e commit b643867
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions goreleaser.yml
@@ -0,0 +1,34 @@
homepage: &homepage https://github.com/client9/godownloader
description: &description Download Go binaries as fast and easily as possible
build:
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
archive:
format_overrides:
- goos: windows
format: zip
brew:
github:
owner: godownloader
name: homebrew-tap
folder: Formula
homepage: *homepage
description: *description
dependencies:
- git
fpm:
homepage: *homepage
description: *description
maintainer: Nick Galbreath <nickg@client9.com>
vendor: GoDownloader
formats:
- deb
dependencies:
- git

0 comments on commit b643867

Please sign in to comment.