345ca94833
1.16 - 2021-07-02 - Increase width of size bar depending on terminal size (Christian Gottsche) - Set/increment $NCDU_LEVEL variable when spawning a shell - Indicate whether apparent size or disk usage is being displayed - Display setuid, setgid and sticky bits in file flags in extended mode - Fix error handling while reading --exclude-from file - Improve JSON import to allow for several future extensions to the format - Export link count in JSON dumps - Don't export inode in JSON dumps for non-hardlinks
17 lines
413 B
Makefile
17 lines
413 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/07/05 20:37:11 fcambus Exp $
|
|
|
|
DISTNAME= ncdu-1.16
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://dev.yorhel.nl/download/
|
|
|
|
COMMENT= Disk usage visualization tool
|
|
MAINTAINER= slitvinov@gmail.com
|
|
HOMEPAGE= https://dev.yorhel.nl/ncdu
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
FAKE_NCURSES= yes
|
|
USE_CURSES= vw_printw
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|