Skip to content

Commit

Permalink
update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider82 committed Dec 20, 2018
1 parent 8b8d084 commit b48196b
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,25 @@ nfpm:
- rpm
checksum:
name_template: 'checksums.txt'
#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
#name: share
#apps:
# share:
# plugs: ["home", "network"]
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: strict
publish: true
name: share
apps:
share:
plugs: ["home", "network", "x11"]
parts:
share:
stage-packages:
- xsel
changelog:
sort: asc
filters:
Expand Down

0 comments on commit b48196b

Please sign in to comment.