ports/opt (3.1): ncdu: moved from contrib
commit 5353a6d7172bde2c958ca4e3233ae3818e957430 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Wed Apr 1 19:47:43 2015 +0200 ncdu: moved from contrib diff --git a/ncdu/.footprint b/ncdu/.footprint new file mode 100644 index 0000000..9f4d51d --- /dev/null +++ b/ncdu/.footprint @@ -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 diff --git a/ncdu/.md5sum b/ncdu/.md5sum new file mode 100644 index 0000000..0a4bcba --- /dev/null +++ b/ncdu/.md5sum @@ -0,0 +1 @@ +7535decc8d54eca811493e82d4bfab2d ncdu-1.10.tar.gz diff --git a/ncdu/Pkgfile b/ncdu/Pkgfile new file mode 100644 index 0000000..36d1ad3 --- /dev/null +++ b/ncdu/Pkgfile @@ -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 +}
participants (1)
-
crux@crux.nu