Merge pull request #240 from hanspolo/master

New package: task-2.2.0
This commit is contained in:
Juan RP 2013-12-28 08:23:16 -08:00
commit 1dcb1ccde6

19
srcpkgs/task/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'task'
pkgname=task
version=2.2.0
revision=1
hostmakedepends="cmake"
makedepends="libuuid-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=39e25dd285e6bc8474337a5868cb2ec55675978fa1f08c802e6da58b4181ee14
short_desc="a command-line todo list manager"
task_package() {
pkg_install() {
vmove all
}
}