1 # Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
5 pkgdesc="A tool to display the total size of all files in a directory. Does NOT recurse"
7 url="http://plasmasturm.org/code/dirsize/"
10 source=(http://plasmasturm.org/code/$pkgname/$pkgname-$pkgver.tar.bz2)
11 md5sums=('1063cef016139f3964f5a16a52a4130b')
14 cd "$srcdir/$pkgname-$pkgver"
17 make DESTDIR="$pkgdir/" install
20 # vim:set ts=2 sw=2 et: