-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(goreleaser): add nfpm configuration
- Loading branch information
Pierre Boissinot
committed
Dec 2, 2018
1 parent
cb51820
commit c7801c3
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|