ncdu: moved from contrib
This commit is contained in:
parent
477f25543a
commit
5353a6d717
6
ncdu/.footprint
Normal file
6
ncdu/.footprint
Normal 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
1
ncdu/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
7535decc8d54eca811493e82d4bfab2d ncdu-1.10.tar.gz
|
15
ncdu/Pkgfile
Normal file
15
ncdu/Pkgfile
Normal 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user