Files
guru/app-shells/sheldon/sheldon-0.8.5.ebuild
Keita Urashima 6255b47593 app-shells/sheldon: new package, add 0.8.5
Signed-off-by: Keita Urashima <ursm@ursm.jp>
2025-08-20 09:03:23 +09:00

172 lines
3.6 KiB
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.5.4
EAPI=8
CRATES="
aho-corasick@1.1.3
anstyle@1.0.11
anyhow@1.0.98
bitflags@2.9.1
bstr@1.12.0
casual@0.2.0
cc@1.2.30
cfg-if@1.0.1
clap@4.5.41
clap_builder@4.5.41
clap_complete@4.5.55
clap_derive@4.5.41
clap_lex@0.7.5
constcat@0.6.1
crossbeam-deque@0.8.6
crossbeam-epoch@0.9.18
crossbeam-utils@0.8.21
curl@0.4.48
curl-sys-0.4.82+curl@8.14.1
diff@0.1.13
displaydoc@0.2.5
either@1.15.0
env_home@0.1.0
equivalent@1.0.2
errno@0.3.13
fastrand@2.3.0
fmutex@0.3.0
form_urlencoded@1.2.1
getrandom@0.3.3
git2@0.20.2
globset@0.4.16
globwalk@0.9.1
goldie@0.5.0
hashbrown@0.15.4
heck@0.5.0
home@0.5.11
icu_collections@2.0.0
icu_locale_core@2.0.0
icu_normalizer@2.0.0
icu_normalizer_data@2.0.0
icu_properties@2.0.1
icu_properties_data@2.0.1
icu_provider@2.0.0
idna@1.0.3
idna_adapter@1.2.1
ignore@0.4.23
indexmap@2.10.0
itertools@0.14.0
itoa@1.0.15
jobserver@0.1.33
libc@0.2.174
libgit2-sys@0.18.2+1.9.1
libssh2-sys@0.3.1
libz-sys@1.1.22
linux-raw-sys@0.9.4
litemap@0.8.0
log@0.4.27
maplit@1.0.2
memchr@2.7.5
once_cell@1.21.3
openssl-probe@0.1.6
openssl-src@300.5.1+3.5.1
openssl-sys@0.9.109
percent-encoding@2.3.1
pkg-config@0.3.32
potential_utf@0.1.2
pretty_assertions@1.4.1
proc-macro2@1.0.95
quote@1.0.40
r-efi@5.3.0
rayon@1.10.0
rayon-core@1.12.1
regex@1.11.1
regex-automata@0.4.9
regex-macro@0.3.0
regex-syntax@0.8.5
rustix@1.0.8
ryu@1.0.20
same-file@1.0.6
schannel@0.1.27
serde@1.0.219
serde_derive@1.0.219
serde_json@1.0.141
serde_spanned@1.0.0
shlex@1.3.0
smallvec@1.15.1
socket2@0.5.10
stable_deref_trait@1.2.0
strsim@0.11.1
syn@2.0.104
synstructure@0.13.2
tempfile@3.20.0
thiserror@2.0.12
thiserror-impl@2.0.12
tinystr@0.8.1
toml@0.9.2
toml_datetime@0.7.0
toml_edit@0.23.2
toml_parser@1.0.1
toml_writer@1.0.2
unicode-ident@1.0.18
unicode-width@0.1.14
upon@0.8.1
upon@0.10.0
url@2.5.4
utf8_iter@1.0.4
vcpkg@0.2.15
walkdir@2.5.0
wasi-0.14.2+wasi@0.2.4
which@8.0.0
winapi-util@0.1.9
windows-sys@0.52.0
windows-sys@0.59.0
windows-sys@0.60.2
windows-targets@0.52.6
windows-targets@0.53.2
windows_aarch64_gnullvm@0.52.6
windows_aarch64_gnullvm@0.53.0
windows_aarch64_msvc@0.52.6
windows_aarch64_msvc@0.53.0
windows_i686_gnu@0.52.6
windows_i686_gnu@0.53.0
windows_i686_gnullvm@0.52.6
windows_i686_gnullvm@0.53.0
windows_i686_msvc@0.52.6
windows_i686_msvc@0.53.0
windows_x86_64_gnu@0.52.6
windows_x86_64_gnu@0.53.0
windows_x86_64_gnullvm@0.52.6
windows_x86_64_gnullvm@0.53.0
windows_x86_64_msvc@0.52.6
windows_x86_64_msvc@0.53.0
winnow@0.7.12
winsafe@0.0.19
wit-bindgen-rt@0.39.0
writeable@0.6.1
yansi@1.0.1
yoke@0.8.0
yoke-derive@0.8.0
zerofrom@0.1.6
zerofrom-derive@0.1.6
zerotrie@0.2.2
zerovec@0.11.2
zerovec-derive@0.11.1
"
inherit cargo
DESCRIPTION="Fast, configurable, shell plugin manager."
# Double check the homepage as the cargo_metadata crate
# does not provide this value so instead repository is used
HOMEPAGE="https://sheldon.cli.rs/"
SRC_URI="https://github.com/rossmacarthur/sheldon/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
${CARGO_CRATE_URIS}"
# License set may be more restrictive as OR is not respected
# use cargo-license for a more accurate license picture
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 LGPL-2.1+ MIT Unicode-3.0 Unlicense"
SLOT="0"
KEYWORDS="~amd64"
# rust does not use *FLAGS from make.conf, silence portage warning
# update with proper path to binaries this crate installs, omit leading /
QA_FLAGS_IGNORED="usr/bin/${PN}"