summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/ncdu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/community/ncdu/PKGBUILD')
-rw-r--r--abs/extra-testing/community/ncdu/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/extra-testing/community/ncdu/PKGBUILD b/abs/extra-testing/community/ncdu/PKGBUILD
deleted file mode 100644
index fb61b63..0000000
--- a/abs/extra-testing/community/ncdu/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Contributor: lp76 <l.peduto@gmail.com>
-pkgname=ncdu
-pkgver=1.4
-pkgrel=1
-pkgdesc="An NCurses version of the famous old 'du' unix command"
-arch=('i686' 'x86_64')
-url="http://dev.yorhel.nl/ncdu/"
-license=('MIT')
-depends=('ncurses')
-source=(http://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz)
-md5sums=('07f01579f7c9852033139ae9fa2414c9')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$pkgdir install || return 1
- install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}