aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dutree/Makefile
blob: d42adf61c759f982f7b3b30074e9b5fe583d4cb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
PORTNAME=	dutree
DISTVERSIONPREFIX=	v
DISTVERSION=	0.2.15
PORTREVISION=	3
CATEGORIES=	sysutils

PATCH_SITES=	https://github.com/nachoparker/dutree/commit/
PATCHFILES=	55b8218767626e40940ee2cfd7cf1c4f643079cc.patch:-p1

MAINTAINER=	pkubaj@FreeBSD.org
COMMENT=	Tool to analyze file system usage written in Rust
WWW=		https://github.com/nachoparker/dutree

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cargo
USE_GITHUB=	yes
GH_ACCOUNT=	nachoparker

CARGO_CRATES=	aho-corasick-0.7.6 \
		arc-swap-0.4.3 \
		getopts-0.2.21 \
		lazy_static-1.0.0 \
		libc-0.2.145 \
		memchr-2.2.1 \
		regex-1.3.1 \
		regex-syntax-0.6.12 \
		signal-hook-0.1.10 \
		signal-hook-registry-1.1.1 \
		terminal_size-0.1.8 \
		thread_local-0.3.6 \
		unicode-segmentation-1.2.0 \
		unicode-width-0.1.6 \
		winapi-0.3.8 \
		winapi-i686-pc-windows-gnu-0.4.0 \
		winapi-x86_64-pc-windows-gnu-0.4.0

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>