Skip to content

Commit

Permalink
add snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider82 committed Dec 3, 2018
1 parent e79c513 commit 881e7da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.token
dist/
sharecmd
snap.login
13 changes: 11 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,17 @@ nfpm:
- rpm
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
snapcraft:
name_template: 'share_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
summary: Share your files using Cloudproviders with just one command
description: |
Share uploads the file to the configured cloud provider and does a
public share of the file for anyone who has the link. The link will be
copyed to system clipboard (windows/linux/macos)
https://github.com/mschneider82/sharecmd
grade: stable
confinement: classic
publish: true
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 881e7da

Please sign in to comment.