summaryrefslogtreecommitdiffstats
path: root/todotxt/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 /todotxt/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'todotxt/PKGBUILD')
-rw-r--r--todotxt/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/todotxt/PKGBUILD b/todotxt/PKGBUILD
deleted file mode 100644
index e377300..0000000
--- a/todotxt/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# lifehacker.com's todo.sh script for maintaining a todo.txt file
-
-# Contributor: David Rosenstrauch <darose@darose.net>
-
-pkgname=todotxt
-_pkgname=todo.txt_cli
-pkgver=2.6
-pkgrel=1
-pkgdesc="lifehacker.com's todo.sh script for maintaining a todo.txt file"
-url="http://ginatrapani.github.com/todo.txt-cli/"
-depends=('bash')
-install=$pkgname.install
-source=(http://cloud.github.com/downloads/ginatrapani/todo.txt-cli/$_pkgname-$pkgver.tar.gz)
-md5sums=('1395ed8cdce96ef630c25522a7a11998')
-arch=('any')
-license="GPL"
-
-build() {
- cd $startdir/src/$_pkgname-$pkgver
- install -D -m644 todo.cfg $startdir/pkg/usr/share/$pkgname/todo.cfg
- install -D -m755 todo.sh $startdir/pkg/usr/bin/todo.sh
-}