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