[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / dust

File: [cvs.NetBSD.org] / pkgsrc / sysutils / dust / Makefile (download)

Revision 1.9, Mon Aug 1 08:07:13 2022 UTC (7 months, 3 weeks ago) by pin
Branch: MAIN
Changes since 1.8: +2 -2 lines

sysutils/dust: update to 0.8.1

-Improve help text
-Fix archive/directory check in platform.rs
-Bump regex
-Refactor: tweak utils function
-Fix: Allow -n to be used with -d

# $NetBSD: Makefile,v 1.9 2022/08/01 08:07:13 pin Exp $

DISTNAME=	dust-0.8.1
CATEGORIES=	sysutils
MASTER_SITES=	${MASTER_SITE_GITHUB:=bootandy/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pin@NetBSD.org
HOMEPAGE=	https://github.com/bootandy/dust/
COMMENT=	More intuitive version of du in rust
LICENSE=	apache-2.0

.include "cargo-depends.mk"

INSTALLATION_DIRS=	bin

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/target/release/dust \
		${DESTDIR}${PREFIX}/bin

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"