task: update to 2.5.0; enable support for sync.

This commit is contained in:
Steve Prybylski 2015-10-23 17:29:24 -04:00
parent c0038d25b7
commit 3b5c543127
1 changed files with 5 additions and 9 deletions

View File

@ -1,22 +1,18 @@
# Template file for 'task' # Template file for 'task'
pkgname=task pkgname=task
version=2.4.4 version=2.5.0
revision=2 revision=1
hostmakedepends="cmake" hostmakedepends="cmake"
makedepends="libuuid-devel" makedepends="libuuid-devel gnutls-devel"
build_style="cmake" build_style="cmake"
maintainer="Philipp Hirsch <itself@hanspolo.net>" maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="MIT" license="MIT"
homepage="http://taskwarrior.org/projects/taskwarrior" homepage="http://taskwarrior.org/projects/taskwarrior"
distfiles="http://www.taskwarrior.org/download/${pkgname}-${version}.tar.gz" distfiles="http://www.taskwarrior.org/download/${pkgname}-${version}.tar.gz"
checksum=7ff406414e0be480f91981831507ac255297aab33d8246f98dbfd2b1b2df8e3b checksum=4d8e67415a6993108c11b8eeef99b76a991af11b22874adbb7ae367e09334636
short_desc="A command-line todo list manager" short_desc="A command-line todo list manager"
post_extract() {
sed -i 's, zsh,,' scripts/CMakeLists.txt
echo 'install (FILES zsh/_task DESTINATION share/zsh/site-functions)' >> scripts/CMakeLists.txt
}
post_install() { post_install() {
vinstall scripts/zsh/_task 644 usr/share/zsh/site-functions
vlicense LICENSE vlicense LICENSE
} }