File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
project_name : croc
2
+
2
3
build :
3
4
main : main.go
4
5
binary : croc
25
26
goarch : arm
26
27
goarm :
27
28
- 7
29
+
28
30
nfpms :
29
- -
30
- formats :
31
+ - formats :
31
32
- deb
32
33
vendor : " schollz.com"
33
34
homepage : " https://schollz.com/software/croc/"
47
48
netbsd : NetBSD
48
49
freebsd : FreeBSD
49
50
dragonfly : DragonFlyBSD
51
+
50
52
archives :
51
- -
52
- format : tar.gz
53
+ - format : tar.gz
53
54
format_overrides :
54
55
- goos : windows
55
56
format : zip
@@ -73,16 +74,14 @@ archives:
73
74
- bash_autocomplete
74
75
75
76
brews :
76
- -
77
- tap :
77
+ - tap :
78
78
owner : schollz
79
79
name : homebrew-tap
80
80
folder : Formula
81
81
description : " croc is a tool that allows any two computers to simply and securely transfer files and folders."
82
82
homepage : " https://schollz.com/software/croc/"
83
83
install : |
84
84
bin.install "croc"
85
-
86
85
test : |
87
86
system "#{bin}/croc --version"
88
87
93
92
homepage : " https://schollz.com/software/croc/"
94
93
description : " croc is a tool that allows any two computers to simply and securely transfer files and folders."
95
94
license : MIT
95
+
96
96
announce :
97
97
twitter :
98
- # Wether its enabled or not.
99
- # Defaults to false.
100
- enabled : false
98
+ enabled : false
You can’t perform that action at this time.
0 commit comments