mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
parent
412779ab6d
commit
27ae8a99d4
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'task'
|
# Template file for 'task'
|
||||||
pkgname=task
|
pkgname=task
|
||||||
version=2.5.1
|
version=2.5.1
|
||||||
revision=2
|
revision=3
|
||||||
makedepends="libuuid-devel gnutls-devel"
|
makedepends="libuuid-devel gnutls-devel"
|
||||||
build_style="cmake"
|
build_style="cmake"
|
||||||
short_desc="Command-line todo list manager"
|
short_desc="Command-line todo list manager"
|
||||||
|
@ -13,5 +13,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}
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue