Skip to content

Commit

Permalink
chore(goreleaser): add nfpm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Boissinot committed Dec 2, 2018
1 parent cb51820 commit c7801c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ snapcraft:
apps:
kif:
plugs: ["home", "network"]
nfpm:
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
maintainer: Pierre Boissinot <[email protected]>
description: CLI helps you to manage information between Wrike and Gitlab.
license: GNU General Public License v3.0
# Formats to be generated.
formats:
- deb
- rpm
# Packages your package depends on.
dependencies:
- git
# Override default /usr/local/bin destination for binaries
bindir: /usr/bin
changelog:
sort: asc
filters:
Expand Down

0 comments on commit c7801c3

Please sign in to comment.