aboutsummaryrefslogtreecommitdiff
path: root/deskutils/sigi/Makefile
blob: e51fce026234ea46ec65f31988526245ff61e024 (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
PORTNAME=	sigi
DISTVERSIONPREFIX=	v
DISTVERSION=	3.4.2
PORTREVISION=	1
CATEGORIES=	deskutils

MAINTAINER=	hiljusti@so.dang.cool
COMMENT=	Organizing tool for terminal lovers who hate organizing

LICENSE=	GPLv2

USES=		cargo
USE_GITHUB=	yes
GH_ACCOUNT=	hiljusti

CARGO_BUILD_ARGS=	--all

CARGO_CRATES=	atty-0.2.14 \
		autocfg-1.0.1 \
		bitflags-1.3.2 \
		cc-1.0.73 \
		cfg-if-0.1.10 \
		cfg-if-1.0.0 \
		chrono-0.4.19 \
		clap-3.2.6 \
		clap_derive-3.2.6 \
		clap_lex-0.2.3 \
		clearscreen-1.0.9 \
		clipboard-win-4.4.1 \
		dirs-2.0.2 \
		dirs-next-2.0.0 \
		dirs-sys-0.3.7 \
		dirs-sys-next-0.1.2 \
		either-1.6.1 \
		endian-type-0.1.2 \
		errno-0.2.8 \
		errno-dragonfly-0.1.2 \
		error-code-2.3.1 \
		fd-lock-3.0.6 \
		fnv-1.0.7 \
		getrandom-0.1.16 \
		getrandom-0.2.6 \
		hashbrown-0.11.2 \
		heck-0.4.0 \
		hermit-abi-0.1.18 \
		indexmap-1.8.0 \
		io-lifetimes-0.7.2 \
		itoa-0.4.7 \
		json-0.12.4 \
		lazy_static-1.4.0 \
		libc-0.2.126 \
		linux-raw-sys-0.0.46 \
		log-0.4.16 \
		memchr-2.4.1 \
		memoffset-0.6.5 \
		nibble_vec-0.1.0 \
		nix-0.22.3 \
		nix-0.23.1 \
		nom-5.1.2 \
		num-integer-0.1.44 \
		num-traits-0.2.14 \
		once_cell-1.12.0 \
		os_str_bytes-6.0.0 \
		phf-0.8.0 \
		phf_codegen-0.8.0 \
		phf_generator-0.8.0 \
		phf_shared-0.8.0 \
		ppv-lite86-0.2.16 \
		proc-macro-error-1.0.4 \
		proc-macro-error-attr-1.0.4 \
		proc-macro2-1.0.36 \
		pure-rust-locales-0.5.6 \
		quote-1.0.9 \
		radix_trie-0.2.1 \
		rand-0.7.3 \
		rand_chacha-0.2.2 \
		rand_core-0.5.1 \
		rand_hc-0.2.0 \
		rand_pcg-0.2.1 \
		redox_syscall-0.2.13 \
		redox_users-0.4.3 \
		rustix-0.35.6 \
		rustyline-9.1.2 \
		ryu-1.0.5 \
		scopeguard-1.1.0 \
		serde-1.0.123 \
		serde_derive-1.0.123 \
		serde_json-1.0.64 \
		siphasher-0.3.10 \
		smallvec-1.8.0 \
		str-buf-1.0.5 \
		strsim-0.10.0 \
		syn-1.0.86 \
		termcolor-1.1.2 \
		terminfo-0.7.3 \
		textwrap-0.15.0 \
		thiserror-1.0.30 \
		thiserror-impl-1.0.30 \
		time-0.1.44 \
		unicode-segmentation-1.9.0 \
		unicode-width-0.1.9 \
		unicode-xid-0.2.1 \
		utf8parse-0.2.0 \
		version_check-0.9.4 \
		wasi-0.9.0+wasi-snapshot-preview1 \
		wasi-0.10.0+wasi-snapshot-preview1 \
		which-4.2.5 \
		winapi-0.3.9 \
		winapi-i686-pc-windows-gnu-0.4.0 \
		winapi-util-0.1.5 \
		winapi-x86_64-pc-windows-gnu-0.4.0 \
		windows-sys-0.36.1 \
		windows_aarch64_msvc-0.36.1 \
		windows_i686_gnu-0.36.1 \
		windows_i686_msvc-0.36.1 \
		windows_x86_64_gnu-0.36.1 \
		windows_x86_64_msvc-0.36.1

PLIST_FILES=	bin/sigi \
		man/man1/sigi.1.gz

post-install:
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/

.include <bsd.port.mk>