aboutsummaryrefslogtreecommitdiff
path: root/misc/rsclock/Makefile
blob: 7e9277b05a44ff7348821df81624cc45431d2f09 (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
73
74
75
76
77
78
79
80
81
PORTNAME=	rsclock
DISTVERSIONPREFIX=	v
DISTVERSION=	0.1.9
PORTREVISION=	3
CATEGORIES=	misc

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Simple terminal clock written in Rust
WWW=		https://github.com/valebes/rsClock

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cargo

USE_GITHUB=	yes
GH_ACCOUNT=	valebes
GH_PROJECT=	rsClock

CARGO_CRATES=	android_system_properties-0.1.5 \
		autocfg-0.1.6 \
		bitflags-1.3.2 \
		bumpalo-3.12.1 \
		cc-1.0.79 \
		cfg-if-1.0.0 \
		chrono-0.4.24 \
		codespan-reporting-0.11.1 \
		core-foundation-sys-0.8.4 \
		cxx-1.0.94 \
		cxx-build-1.0.94 \
		cxxbridge-flags-1.0.94 \
		cxxbridge-macro-1.0.94 \
		iana-time-zone-0.1.56 \
		iana-time-zone-haiku-0.1.1 \
		js-sys-0.3.61 \
		libc-0.2.142 \
		link-cplusplus-1.0.8 \
		log-0.4.17 \
		num-integer-0.1.41 \
		num-traits-0.2.8 \
		numtoa-0.1.0 \
		once_cell-1.17.1 \
		proc-macro2-1.0.56 \
		quote-1.0.26 \
		redox_syscall-0.1.56 \
		redox_syscall-0.2.11 \
		redox_termios-0.1.1 \
		scratch-1.0.5 \
		syn-1.0.109 \
		syn-2.0.15 \
		termcolor-1.2.0 \
		termion-2.0.1 \
		time-0.1.44 \
		unicode-ident-1.0.8 \
		unicode-width-0.1.10 \
		wasi-0.10.0+wasi-snapshot-preview1 \
		wasm-bindgen-0.2.84 \
		wasm-bindgen-backend-0.2.84 \
		wasm-bindgen-macro-0.2.84 \
		wasm-bindgen-macro-support-0.2.84 \
		wasm-bindgen-shared-0.2.84 \
		winapi-0.3.8 \
		winapi-i686-pc-windows-gnu-0.4.0 \
		winapi-util-0.1.5 \
		winapi-x86_64-pc-windows-gnu-0.4.0 \
		windows-0.48.0 \
		windows-targets-0.48.0 \
		windows_aarch64_gnullvm-0.48.0 \
		windows_aarch64_msvc-0.48.0 \
		windows_i686_gnu-0.48.0 \
		windows_i686_msvc-0.48.0 \
		windows_x86_64_gnu-0.48.0 \
		windows_x86_64_gnullvm-0.48.0 \
		windows_x86_64_msvc-0.48.0

PLIST_FILES=	bin/${PORTNAME}

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

.include <bsd.port.mk>