mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
Update goreleaser props
This commit is contained in:
parent
e9a95b984d
commit
97fdb3475b
1 changed files with 8 additions and 10 deletions
|
@ -1,4 +1,5 @@
|
||||||
project_name: croc
|
project_name: croc
|
||||||
|
|
||||||
build:
|
build:
|
||||||
main: main.go
|
main: main.go
|
||||||
binary: croc
|
binary: croc
|
||||||
|
@ -25,9 +26,9 @@ build:
|
||||||
goarch: arm
|
goarch: arm
|
||||||
goarm:
|
goarm:
|
||||||
- 7
|
- 7
|
||||||
|
|
||||||
nfpms:
|
nfpms:
|
||||||
-
|
- formats:
|
||||||
formats:
|
|
||||||
- deb
|
- deb
|
||||||
vendor: "schollz.com"
|
vendor: "schollz.com"
|
||||||
homepage: "https://schollz.com/software/croc/"
|
homepage: "https://schollz.com/software/croc/"
|
||||||
|
@ -47,9 +48,9 @@ nfpms:
|
||||||
netbsd: NetBSD
|
netbsd: NetBSD
|
||||||
freebsd: FreeBSD
|
freebsd: FreeBSD
|
||||||
dragonfly: DragonFlyBSD
|
dragonfly: DragonFlyBSD
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
-
|
- format: tar.gz
|
||||||
format: tar.gz
|
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
|
@ -73,8 +74,7 @@ archives:
|
||||||
- bash_autocomplete
|
- bash_autocomplete
|
||||||
|
|
||||||
brews:
|
brews:
|
||||||
-
|
- tap:
|
||||||
tap:
|
|
||||||
owner: schollz
|
owner: schollz
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
folder: Formula
|
folder: Formula
|
||||||
|
@ -82,7 +82,6 @@ brews:
|
||||||
homepage: "https://schollz.com/software/croc/"
|
homepage: "https://schollz.com/software/croc/"
|
||||||
install: |
|
install: |
|
||||||
bin.install "croc"
|
bin.install "croc"
|
||||||
|
|
||||||
test: |
|
test: |
|
||||||
system "#{bin}/croc --version"
|
system "#{bin}/croc --version"
|
||||||
|
|
||||||
|
@ -93,8 +92,7 @@ scoop:
|
||||||
homepage: "https://schollz.com/software/croc/"
|
homepage: "https://schollz.com/software/croc/"
|
||||||
description: "croc is a tool that allows any two computers to simply and securely transfer files and folders."
|
description: "croc is a tool that allows any two computers to simply and securely transfer files and folders."
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
||||||
announce:
|
announce:
|
||||||
twitter:
|
twitter:
|
||||||
# Wether its enabled or not.
|
enabled: false
|
||||||
# Defaults to false.
|
|
||||||
enabled: false
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue