--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/task
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/task.1.gz
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/task-color.5.gz
+-rw-r--r-- root/root usr/man/man5/task-faq.5.gz
+-rw-r--r-- root/root usr/man/man5/task-tutorial.5.gz
+-rw-r--r-- root/root usr/man/man5/taskrc.5.gz
--- /dev/null
+# Description: Powerful task manager for the command-line
+# URL: http://taskwarrior.org/projects/show/taskwarrior/
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+
+name=task
+version=1.9.0
+release=1
+source=(http://www.taskwarrior.org/download/$name-$version.tar.gz)
+
+build () {
+ cd $name-$version
+ sed -i 's/-O3//' configure
+
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr \
+ --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share
+}