Skip to content

Commit

Permalink
Merge pull request #8 from jsoref/goreleaser-deprecation
Browse files Browse the repository at this point in the history
Update goreleaser syntax
  • Loading branch information
mschneider82 authored Jun 3, 2020
2 parents 0a102f9 + 8bf2d27 commit 76ffd0e
Showing 1 changed file with 48 additions and 44 deletions.
92 changes: 48 additions & 44 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,52 +19,56 @@ builds:
- arm
- arm64
binary: "share"
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
brew:
github:
owner: mschneider82
name: sharecmd
folder: Formula
homepage: https://github.com/mschneider82/sharecmd
description: Share your files using Cloudproviders with just one command
test: |
system "#{bin}/share --help"
nfpm:
name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://github.com/mschneider82/sharecmd
description: Share your files with your friends using Cloudproviders with just one command.
maintainer: Matthias Schneider <[email protected]>
license: Apache
formats:
- deb
- rpm
archives:
- id: multi
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
brews:
-
github:
owner: mschneider82
name: sharecmd
folder: Formula
homepage: https://github.com/mschneider82/sharecmd
description: Share your files using Cloudproviders with just one command
test: |
system "#{bin}/share --help"
nfpms:
-
file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
homepage: https://github.com/mschneider82/sharecmd
description: Share your files with your friends using Cloudproviders with just one command.
maintainer: Matthias Schneider <[email protected]>
license: Apache
formats:
- deb
- 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: strict
publish: false
#true
name: share
apps:
share:
plugs: ["home", "network", "x11"]
snapcrafts:
-
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: false
#true
name: share
apps:
share:
plugs: ["home", "network", "x11"]
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 76ffd0e

Please sign in to comment.