2017-04-21 22:02:28 +02:00
|
|
|
homepage: &homepage http://goreleaser.github.io
|
|
|
|
description: &description Deliver Go binaries as fast and easily as possible
|
2017-04-21 20:25:32 +02:00
|
|
|
build:
|
2017-05-11 15:43:25 +02:00
|
|
|
env:
|
|
|
|
- CGO_ENABLED=0
|
2017-04-21 21:23:43 +02:00
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
2017-04-21 22:13:25 +02:00
|
|
|
- windows
|
2017-04-21 21:23:43 +02:00
|
|
|
goarch:
|
2017-04-21 22:13:25 +02:00
|
|
|
- 386
|
2017-04-21 21:23:43 +02:00
|
|
|
- amd64
|
2017-04-21 22:13:25 +02:00
|
|
|
- arm
|
|
|
|
- arm64
|
2017-04-21 21:23:43 +02:00
|
|
|
archive:
|
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
2016-12-21 14:35:34 +02:00
|
|
|
brew:
|
2017-03-23 02:23:52 +02:00
|
|
|
github:
|
|
|
|
owner: goreleaser
|
|
|
|
name: homebrew-tap
|
2017-01-14 22:44:51 +02:00
|
|
|
folder: Formula
|
2017-04-21 22:02:28 +02:00
|
|
|
homepage: *homepage
|
|
|
|
description: *description
|
2017-01-17 15:29:10 +02:00
|
|
|
dependencies:
|
|
|
|
- git
|
2017-01-30 01:55:32 +02:00
|
|
|
fpm:
|
2017-04-21 22:13:25 +02:00
|
|
|
homepage: *homepage
|
2017-04-21 22:02:28 +02:00
|
|
|
description: *description
|
2017-04-21 22:13:25 +02:00
|
|
|
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
|
2017-04-21 22:02:28 +02:00
|
|
|
license: MIT
|
|
|
|
vendor: GoReleaser
|
2017-01-30 01:55:32 +02:00
|
|
|
formats:
|
2017-01-30 02:33:08 +02:00
|
|
|
- deb
|
|
|
|
dependencies:
|
|
|
|
- git
|