mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
bec653c218
Changes: https://github.com/Byron/dua-cli/releases/tag/v2.33.0 https://github.com/Byron/dua-cli/releases/tag/v2.34.0 PR: 293366 Approved by: maintainer timeout (2.5 months)
28 lines
517 B
Makefile
28 lines
517 B
Makefile
PORTNAME= dua-cli
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.34.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= lcook@FreeBSD.org
|
|
COMMENT= Conveniently learn about the disk usage of directories
|
|
WWW= https://github.com/Byron/dua-cli
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Byron
|
|
|
|
PLIST_FILES= bin/dua
|
|
PORTDOCS= README.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \
|
|
${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|