File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 name : homebrew-cli
2424 branch : main
2525 extra_install : |
26- man1.install "/usr /share/man/man1/pullpo.1.gz"
26+ man1.install ". /share/man/man1/pullpo.1.gz"
2727
2828
2929before :
@@ -78,7 +78,7 @@ archives:
7878 rlcp : true
7979 files :
8080 - LICENSE
81- - ./share/man/man1/pullpo*.1
81+ - ./share/man/man1/pullpo*.1.gz
8282 - id : macos-archive
8383 builds : [macos]
8484 name_template : " pullpo_{{ .Version }}_macOS_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
@@ -87,7 +87,7 @@ archives:
8787 rlcp : true
8888 files :
8989 - LICENSE
90- - ./share/man/man1/pullpo*.1
90+ - ./share/man/man1/pullpo*.1.gz
9191 - id : windows-archive
9292 builds : [windows]
9393 name_template : " pullpo_{{ .Version }}_windows_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
@@ -109,7 +109,7 @@ nfpms: #build:linux
109109 - deb
110110 - rpm
111111 contents :
112- - src : " ./share/man/man1/pullpo*.1.gz "
112+ - src : " ./share/man/man1/pullpo*.1"
113113 dst : " /usr/share/man/man1"
114114 - src : " ./share/bash-completion/completions/pullpo"
115115 dst : " /usr/share/bash-completion/completions/pullpo"
You can’t perform that action at this time.
0 commit comments