From f91bcff1284842f4e4b573088241a2aec5c40389 Mon Sep 17 00:00:00 2001 From: hanspolo Date: Sat, 28 Dec 2013 16:54:18 +0100 Subject: [PATCH] New package: task_2.2.0 --- srcpkgs/task/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/task/template diff --git a/srcpkgs/task/template b/srcpkgs/task/template new file mode 100644 index 0000000000..5878452ea6 --- /dev/null +++ b/srcpkgs/task/template @@ -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 " +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 + } +} \ No newline at end of file