ncdu: moved from contrib

This commit is contained in:
Fredrik Rinnestam 2015-04-01 19:47:43 +02:00
parent 477f25543a
commit 5353a6d717
3 changed files with 22 additions and 0 deletions

6
ncdu/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ncdu
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ncdu.1.gz

1
ncdu/.md5sum Normal file
View File

@ -0,0 +1 @@
7535decc8d54eca811493e82d4bfab2d ncdu-1.10.tar.gz

15
ncdu/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: NCurses Disk Usage
# URL: http://dev.yorhel.nl/ncdu/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
name=ncdu
version=1.10
release=1
source=(http://dev.yorhel.nl/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}