mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
Add completions to nfpms packages
This commit is contained in:
parent
086d13ca2f
commit
7ed3cea40b
@ -54,6 +54,13 @@ nfpms:
|
|||||||
- deb
|
- deb
|
||||||
- rpm
|
- rpm
|
||||||
file_name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
|
file_name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
|
||||||
|
contents:
|
||||||
|
- src: completion/bash/task.bash
|
||||||
|
dst: /etc/bash_completion.d/task
|
||||||
|
- src: completion/fish/task.fish
|
||||||
|
dst: /usr/share/fish/completions/task.fish
|
||||||
|
- src: completion/zsh/_task
|
||||||
|
dst: /usr/local/share/zsh/site-functions/_task
|
||||||
|
|
||||||
brews:
|
brews:
|
||||||
- name: go-task
|
- name: go-task
|
||||||
|
Loading…
Reference in New Issue
Block a user