aboutsummaryrefslogtreecommitdiff
path: root/textproc/aq/Makefile
blob: 04e629382c2cb09a411d0e61cc77f33fb878bf3e (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
PORTNAME=	aq
DISTVERSION=	0.3.0
CATEGORIES=	textproc

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Extend jq for any data format
WWW=		https://github.com/rossmacarthur/aq

LICENSE=	APACHE20 MIT
LICENSE_COMB=	dual
LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT

RUN_DEPENDS=	jq:textproc/jq

USES=		cargo

USE_GITHUB=	yes
GH_ACCOUNT=	rossmacarthur

CARGO_CRATES=	anyhow-1.0.69 \
		autocfg-1.1.0 \
		bitflags-1.3.2 \
		cc-1.0.79 \
		errno-0.2.8 \
		errno-dragonfly-0.1.2 \
		hashbrown-0.12.3 \
		hermit-abi-0.3.1 \
		indexmap-1.9.2 \
		io-lifetimes-1.0.5 \
		is-terminal-0.4.3 \
		itoa-1.0.5 \
		libc-0.2.139 \
		linux-raw-sys-0.1.4 \
		memchr-2.5.0 \
		nom8-0.2.0 \
		rustix-0.36.8 \
		ryu-1.0.12 \
		serde-1.0.152 \
		serde-transcode-1.1.1 \
		serde_json-1.0.93 \
		serde_spanned-0.6.1 \
		serde_yaml-0.9.17 \
		toml-0.7.2 \
		toml_datetime-0.6.1 \
		toml_edit-0.19.3 \
		unsafe-libyaml-0.2.5 \
		winapi-0.3.9 \
		winapi-i686-pc-windows-gnu-0.4.0 \
		winapi-x86_64-pc-windows-gnu-0.4.0 \
		windows-sys-0.45.0 \
		windows-targets-0.42.1 \
		windows_aarch64_gnullvm-0.42.1 \
		windows_aarch64_msvc-0.42.1 \
		windows_i686_gnu-0.42.1 \
		windows_i686_msvc-0.42.1 \
		windows_x86_64_gnu-0.42.1 \
		windows_x86_64_gnullvm-0.42.1 \
		windows_x86_64_msvc-0.42.1

PLIST_FILES=	bin/${PORTNAME}

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

.include <bsd.port.mk>