Skip to content

Commit

Permalink
fix: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 17, 2018
1 parent d35c1d5 commit 8a70161
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .goreleaser.yml
Expand Up @@ -38,14 +38,15 @@ scoop:
homepage: https://github.com/goreleaser/nfpm
description: NFPM is not FPM
license: MIT
fpm: # TODO: change to nfpm when released
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://github.com/goreleaser/nfpm
description: NFPM is not FPM
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
license: MIT
vendor: GoReleaser
formats:
- deb
- rpm
# TODO: change to nfpm when released
# fpm:
# name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
# homepage: https://github.com/goreleaser/nfpm
# description: NFPM is not FPM
# maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
# license: MIT
# vendor: GoReleaser
# formats:
# - deb
# - rpm
# TODO: should be able to do that "suggested packages" thing

0 comments on commit 8a70161

Please sign in to comment.