-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
44 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 |
---|---|---|
|
@@ -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: | ||
|