2020-05-25 18:36:19 +02:00
|
|
|
PORTNAME= just
|
2022-08-01 06:51:50 +02:00
|
|
|
DISTVERSION= 1.3.0
|
2022-08-25 16:30:04 +02:00
|
|
|
PORTREVISION= 1
|
2020-05-25 18:36:19 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Just a command runner: handy way to save/run project-specific commands
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://just.systems/
|
2020-05-25 18:36:19 +02:00
|
|
|
|
|
|
|
LICENSE= CC0-1.0
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
USES= cargo
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= casey
|
|
|
|
|
2021-05-03 18:45:57 +02:00
|
|
|
CARGO_CRATES= aho-corasick-0.7.18 \
|
2020-05-25 18:36:19 +02:00
|
|
|
ansi_term-0.12.1 \
|
|
|
|
atty-0.2.14 \
|
2021-12-25 06:03:09 +01:00
|
|
|
bitflags-1.3.2 \
|
2022-06-06 08:15:39 +02:00
|
|
|
block-buffer-0.10.2 \
|
2021-12-25 06:03:09 +01:00
|
|
|
bstr-0.2.17 \
|
2022-06-06 08:15:39 +02:00
|
|
|
camino-1.0.9 \
|
2021-02-10 18:57:54 +01:00
|
|
|
cfg-if-1.0.0 \
|
2021-12-25 06:03:09 +01:00
|
|
|
clap-2.34.0 \
|
2022-06-06 08:15:39 +02:00
|
|
|
cpufeatures-0.2.2 \
|
2022-05-05 07:54:30 +02:00
|
|
|
cradle-0.2.2 \
|
2022-08-01 06:51:50 +02:00
|
|
|
crypto-common-0.1.6 \
|
2022-04-20 06:53:55 +02:00
|
|
|
ctor-0.1.22 \
|
2022-05-05 07:54:30 +02:00
|
|
|
ctrlc-3.2.2 \
|
2021-02-10 18:57:54 +01:00
|
|
|
derivative-2.2.0 \
|
2022-08-01 06:51:50 +02:00
|
|
|
diff-0.1.13 \
|
2022-06-06 08:15:39 +02:00
|
|
|
digest-0.10.3 \
|
2020-05-25 18:36:19 +02:00
|
|
|
doc-comment-0.3.3 \
|
|
|
|
dotenv-0.15.0 \
|
|
|
|
edit-distance-2.1.0 \
|
2022-08-01 06:51:50 +02:00
|
|
|
either-1.7.0 \
|
2021-12-25 06:03:09 +01:00
|
|
|
env_logger-0.9.0 \
|
2020-05-25 18:36:19 +02:00
|
|
|
executable-path-1.0.0 \
|
2022-08-01 06:51:50 +02:00
|
|
|
fastrand-1.8.0 \
|
2022-06-06 08:15:39 +02:00
|
|
|
generic-array-0.14.5 \
|
|
|
|
getopts-0.2.21 \
|
2022-08-01 06:51:50 +02:00
|
|
|
getrandom-0.2.7 \
|
2021-06-16 04:59:18 +02:00
|
|
|
heck-0.3.3 \
|
2022-02-27 18:44:31 +01:00
|
|
|
heck-0.4.0 \
|
2021-12-25 06:03:09 +01:00
|
|
|
hermit-abi-0.1.19 \
|
2021-02-10 18:57:54 +01:00
|
|
|
humantime-2.1.0 \
|
2022-02-02 17:04:49 +01:00
|
|
|
instant-0.1.12 \
|
2022-06-06 08:15:39 +02:00
|
|
|
itoa-1.0.2 \
|
2020-05-25 18:36:19 +02:00
|
|
|
lazy_static-1.4.0 \
|
2021-12-25 06:03:09 +01:00
|
|
|
lexiclean-0.0.1 \
|
2022-06-06 08:15:39 +02:00
|
|
|
libc-0.2.126 \
|
2022-08-01 06:51:50 +02:00
|
|
|
linked-hash-map-0.5.6 \
|
2022-05-05 07:54:30 +02:00
|
|
|
log-0.4.17 \
|
|
|
|
memchr-2.5.0 \
|
2022-08-01 06:51:50 +02:00
|
|
|
nix-0.24.2 \
|
2022-02-27 18:44:31 +01:00
|
|
|
output_vt100-0.1.3 \
|
2022-05-05 07:54:30 +02:00
|
|
|
pretty_assertions-1.2.1 \
|
2021-06-16 04:59:18 +02:00
|
|
|
proc-macro-error-1.0.4 \
|
|
|
|
proc-macro-error-attr-1.0.4 \
|
2022-08-01 06:51:50 +02:00
|
|
|
proc-macro2-1.0.41 \
|
2022-06-06 08:15:39 +02:00
|
|
|
pulldown-cmark-0.9.1 \
|
2022-08-01 06:51:50 +02:00
|
|
|
pulldown-cmark-to-cmark-10.0.2 \
|
|
|
|
quote-1.0.20 \
|
|
|
|
redox_syscall-0.2.15 \
|
|
|
|
regex-1.6.0 \
|
2021-12-25 06:03:09 +01:00
|
|
|
regex-automata-0.1.10 \
|
2022-08-01 06:51:50 +02:00
|
|
|
regex-syntax-0.6.27 \
|
2020-07-01 17:00:41 +02:00
|
|
|
remove_dir_all-0.5.3 \
|
2022-08-01 06:51:50 +02:00
|
|
|
rustversion-1.0.8 \
|
2022-06-06 08:15:39 +02:00
|
|
|
ryu-1.0.10 \
|
2022-08-01 06:51:50 +02:00
|
|
|
serde-1.0.140 \
|
|
|
|
serde_derive-1.0.140 \
|
|
|
|
serde_json-1.0.82 \
|
2022-06-06 08:15:39 +02:00
|
|
|
sha2-0.10.2 \
|
2021-12-25 06:03:09 +01:00
|
|
|
similar-2.1.0 \
|
2022-05-05 07:54:30 +02:00
|
|
|
snafu-0.7.1 \
|
|
|
|
snafu-derive-0.7.1 \
|
2020-05-25 18:36:19 +02:00
|
|
|
strsim-0.8.0 \
|
2022-02-02 17:04:49 +01:00
|
|
|
structopt-0.3.26 \
|
2021-12-25 06:03:09 +01:00
|
|
|
structopt-derive-0.4.18 \
|
2022-08-01 06:51:50 +02:00
|
|
|
strum-0.24.1 \
|
|
|
|
strum_macros-0.24.2 \
|
|
|
|
syn-1.0.98 \
|
2021-12-25 06:03:09 +01:00
|
|
|
target-2.0.0 \
|
2022-02-02 17:04:49 +01:00
|
|
|
tempfile-3.3.0 \
|
2021-12-25 06:03:09 +01:00
|
|
|
temptree-0.2.0 \
|
|
|
|
term_size-0.3.2 \
|
2022-03-11 16:06:00 +01:00
|
|
|
termcolor-1.1.3 \
|
2020-05-25 18:36:19 +02:00
|
|
|
textwrap-0.11.0 \
|
2021-12-25 06:03:09 +01:00
|
|
|
typed-arena-2.0.1 \
|
2022-06-06 08:15:39 +02:00
|
|
|
typenum-1.15.0 \
|
|
|
|
unicase-2.6.0 \
|
2022-08-01 06:51:50 +02:00
|
|
|
unicode-ident-1.0.2 \
|
2022-02-27 18:44:31 +01:00
|
|
|
unicode-segmentation-1.9.0 \
|
2021-12-25 06:03:09 +01:00
|
|
|
unicode-width-0.1.9 \
|
2022-08-01 06:51:50 +02:00
|
|
|
uuid-1.1.2 \
|
2020-05-25 18:36:19 +02:00
|
|
|
vec_map-0.8.2 \
|
2022-02-02 17:04:49 +01:00
|
|
|
version_check-0.9.4 \
|
2022-08-01 06:51:50 +02:00
|
|
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
2022-04-20 06:53:55 +02:00
|
|
|
which-4.2.5 \
|
2020-07-01 17:00:41 +02:00
|
|
|
winapi-0.3.9 \
|
2020-05-25 18:36:19 +02:00
|
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
|
|
winapi-util-0.1.5 \
|
2021-12-25 06:03:09 +01:00
|
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
|
|
yaml-rust-0.4.5
|
2020-05-25 18:36:19 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|