void-packages/srcpkgs/task/template
2015-10-23 17:29:24 -04:00

18 lines
565 B
Bash

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