task: add fish completion
This commit is contained in:
parent
a7cd409585
commit
de1ad29d08
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'task'
|
# Template file for 'task'
|
||||||
pkgname=task
|
pkgname=task
|
||||||
version=2.5.1
|
version=2.5.1
|
||||||
revision=3
|
revision=4
|
||||||
|
build_style=cmake
|
||||||
makedepends="libuuid-devel gnutls-devel"
|
makedepends="libuuid-devel gnutls-devel"
|
||||||
build_style="cmake"
|
|
||||||
short_desc="Command-line todo list manager"
|
short_desc="Command-line todo list manager"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -14,5 +14,6 @@ checksum=d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall scripts/zsh/_task 644 usr/share/zsh/site-functions
|
vinstall scripts/zsh/_task 644 usr/share/zsh/site-functions
|
||||||
vinstall scripts/bash/task.sh 644 usr/share/bash-completion/completions ${pkgname}
|
vinstall scripts/bash/task.sh 644 usr/share/bash-completion/completions ${pkgname}
|
||||||
|
vinstall scripts/fish/task.fish 644 usr/share/fish/completions/
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue