Install this version:
emerge -a =dev-build/just-1.54.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-build/just-1.54.0
Or alternatively:
emerge --autounmask-write -a =dev-build/just-1.54.0
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
RUST_MIN_VER="1.89.0"
CRATES="
aho-corasick@1.1.4
android_system_properties@0.1.5
anstream@1.0.0
anstyle-parse@1.0.0
anstyle-query@1.1.5
anstyle-wincon@3.0.11
anstyle@1.0.14
arrayref@0.3.9
arrayvec@0.7.7
autocfg@1.5.1
bitflags@2.13.0
blake3@1.8.5
block-buffer@0.10.4
block2@0.6.2
bstr@1.12.1
bumpalo@3.20.3
bytecount@0.6.9
camino@1.2.3
cc@1.2.65
cfg-if@1.0.4
cfg_aliases@0.2.1
chacha20@0.10.0
chrono@0.4.45
clap@4.6.1
clap_builder@4.6.0
clap_complete@4.6.5
clap_derive@4.6.1
clap_lex@1.1.0
clap_mangen@0.3.0
colorchoice@1.0.5
constant_time_eq@0.4.2
core-foundation-sys@0.8.7
cpufeatures@0.2.17
cpufeatures@0.3.0
crossbeam-deque@0.8.6
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.21
crypto-common@0.1.7
ctrlc@3.5.2
diff@0.1.13
digest@0.10.7
dirs-sys@0.5.0
dirs@6.0.0
dispatch2@0.3.1
dotenvy@0.15.7
equivalent@1.0.2
errno@0.3.14
fastrand@2.4.1
find-msvc-tools@0.1.9
fnv@1.0.7
futures-core@0.3.32
futures-task@0.3.32
futures-util@0.3.32
generic-array@0.14.7
getopts@0.2.24
getrandom@0.2.17
getrandom@0.4.3
hashbrown@0.17.1
heck@0.5.0
hermit-abi@0.5.2
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.65
indexmap@2.14.0
is_executable@1.0.6
is_terminal_polyfill@1.70.2
itoa@1.0.18
js-sys@0.3.102
lexiclean@0.0.1
libc@0.2.186
libredox@0.1.17
linux-raw-sys@0.12.1
log@0.4.33
memchr@2.8.2
memmap2@0.9.11
nix@0.31.3
nu-ansi-term@0.50.3
num-traits@0.2.19
num_cpus@1.17.0
objc2-encode@4.1.0
objc2@0.6.4
once_cell@1.21.4
once_cell_polyfill@1.70.2
option-ext@0.2.0
papergrid@0.14.0
percent-encoding@2.3.2
pin-project-lite@0.2.17
pretty_assertions@1.4.1
proc-macro-error-attr2@2.0.0
proc-macro-error2@2.0.1
proc-macro2@1.0.106
pulldown-cmark-to-cmark@10.0.4
pulldown-cmark@0.13.4
pulldown-cmark@0.9.6
quote@1.0.46
r-efi@6.0.0
rand@0.10.1
rand_core@0.10.1
rayon-core@1.13.0
redox_users@0.5.2
regex-automata@0.4.14
regex-syntax@0.8.11
regex@1.12.4
roff@1.1.1
rustix@1.1.4
rustversion@1.0.22
ryu@1.0.23
semver@1.0.28
serde@1.0.228
serde_core@1.0.228
serde_derive@1.0.228
serde_json@1.0.150
serde_yaml@0.9.34+deprecated
sha2@0.10.9
shellexpand@3.1.2
shlex@1.3.0
shlex@2.0.1
similar@3.1.1
slab@0.4.12
snafu-derive@0.9.1
snafu@0.9.1
strsim@0.11.1
strum@0.28.0
strum_macros@0.28.0
syn@2.0.118
tabled@0.18.0
tabled_derive@0.10.0
tempfile@3.27.0
temptree@0.2.0
terminal_size@0.4.4
thiserror-impl@2.0.18
thiserror@2.0.18
typed-arena@2.0.2
typenum@1.20.1
unicase@2.9.0
unicode-ident@1.0.24
unicode-segmentation@1.13.3
unicode-width@0.2.2
unsafe-libyaml@0.2.11
utf8parse@0.2.2
uuid@1.23.3
version_check@0.9.5
wasi@0.11.1+wasi-snapshot-preview1
wasm-bindgen-macro-support@0.2.125
wasm-bindgen-macro@0.2.125
wasm-bindgen-shared@0.2.125
wasm-bindgen@0.2.125
which@8.0.4
windows-core@0.62.2
windows-implement@0.60.2
windows-interface@0.59.3
windows-link@0.2.1
windows-result@0.4.1
windows-strings@0.5.1
windows-sys@0.61.2
yansi@1.0.1
zmij@1.0.21
${PN}@${PV}
"
inherit cargo shell-completion toolchain-funcs
DESCRIPTION="Just a command runner (with syntax inspired by 'make')"
HOMEPAGE="
https://just.systems/
https://crates.io/crates/just
https://github.com/casey/just
"
SRC_URI="${CARGO_CRATE_URIS}"
LICENSE="CC0-1.0"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD-2 CC0-1.0 MIT MPL-2.0 Unicode-3.0 ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_test() {
default
}
src_prepare() {
default
tc-export CC
}
src_install() {
local DOCS=( README.md )
cargo_src_install
mkdir man || die
$(cargo_target_dir)/just --man > man/just.1 || die
doman man/*
einstalldocs
# bash-completion
$(cargo_target_dir)/just --completions bash > completions/just.bash || die
newbashcomp "completions/${PN}.bash" "${PN}"
# zsh-completion
$(cargo_target_dir)/just --completions zsh > completions/just.zsh || die
newzshcomp "completions/${PN}.zsh" "_${PN}"
# fish-completion
$(cargo_target_dir)/just --completions fish > completions/just.fish || die
dofishcomp "completions/${PN}.fish"
}