summaryrefslogtreecommitdiffstats
path: root/task/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /task/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'task/PKGBUILD')
-rw-r--r--task/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/task/PKGBUILD b/task/PKGBUILD
deleted file mode 100644
index a8aedf8..0000000
--- a/task/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: TDY <tdy@gmx.com>
-# Contributor: Ray Kohler <ataraxia@gmail.com>
-# Contributor: muflax <muflax@gmail.com>
-
-pkgname=task
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="A command-line todo list manager"
-arch=('i686' 'x86_64')
-url="http://taskwarrior.org/projects/show/taskwarrior/"
-license=('GPL')
-depends=('gcc-libs' 'ncurses')
-source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('be98cc74fe03b8336250e0b7ed3cd8c7')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make CXXFLAGS="$CXXFLAGS" || return 1
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}