forked from ports/contrib
ncdu: new port
This commit is contained in:
parent
7edc9b05da
commit
455db07c00
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 @@
|
||||
204bacb8376819059bec6c8287a87a67 ncdu-1.3.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: Bartlomiej Palmowski, maks1k at wp dot pl
|
||||
|
||||
name=ncdu
|
||||
version=1.3
|
||||
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