aboutsummaryrefslogtreecommitdiff
path: root/misc/ruut/Makefile
blob: 7d812bfae4913d5416abfa3f0981c9844094eb34 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
PORTNAME=	ruut
DISTVERSIONPREFIX=	v
DISTVERSION=	0.6.1
PORTREVISION=	18
CATEGORIES=	misc

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Print arbitrary trees on the command line

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cargo
USE_GITHUB=	yes
GH_ACCOUNT=	HarrisonB

CARGO_CRATES=	ansi_term-0.11.0 \
		atty-0.2.14 \
		bitflags-1.2.1 \
		block-buffer-0.7.3 \
		block-padding-0.1.5 \
		byte-tools-0.3.1 \
		byteorder-1.3.4 \
		clap-2.33.0 \
		digest-0.8.1 \
		either-1.5.3 \
		exitcode-1.1.2 \
		fake-simd-0.1.2 \
		generic-array-0.12.3 \
		heck-0.3.1 \
		hermit-abi-0.1.6 \
		itertools-0.8.2 \
		itoa-0.4.5 \
		json5-0.2.5 \
		libc-0.2.66 \
		maplit-1.0.2 \
		opaque-debug-0.2.3 \
		pest-2.1.3 \
		pest_derive-2.1.0 \
		pest_generator-2.1.2 \
		pest_meta-2.1.3 \
		proc-macro2-0.4.30 \
		proc-macro2-1.0.9 \
		quote-0.6.13 \
		quote-1.0.3 \
		ryu-1.0.2 \
		serde-1.0.104 \
		serde_json-1.0.47 \
		sha-1-0.8.2 \
		strsim-0.8.0 \
		structopt-0.2.18 \
		structopt-derive-0.2.18 \
		syn-0.15.44 \
		syn-1.0.16 \
		textwrap-0.11.0 \
		typenum-1.11.2 \
		ucd-trie-0.1.2 \
		unicode-segmentation-1.6.0 \
		unicode-width-0.1.7 \
		unicode-xid-0.1.0 \
		unicode-xid-0.2.0 \
		vec_map-0.8.1 \
		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}

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>