rand/sys-apps/repgrep/repgrep-0.16.0.ebuild
2025-03-01 09:05:10 +01:00

177 lines
3.6 KiB
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Autogenerated by pycargoebuild 0.13.5
EAPI=8
CRATES="
aho-corasick@1.1.3
android-tzdata@0.1.1
android_system_properties@0.1.5
anes@0.1.6
anyhow@1.0.82
atty@0.2.14
autocfg@1.2.0
base64-simd@0.8.0
bitflags@1.3.2
bitflags@2.5.0
bumpalo@3.16.0
cassowary@0.3.0
cast@0.3.0
cc@1.0.94
cfg-if@1.0.0
chardet@0.2.4
chrono@0.4.38
ciborium-io@0.2.2
ciborium-ll@0.2.2
ciborium@0.2.2
clap@3.2.25
clap_lex@0.2.4
console@0.15.8
const_format@0.2.32
const_format_proc_macros@0.2.32
core-foundation-sys@0.8.6
criterion-plot@0.5.0
criterion@0.4.0
crossbeam-deque@0.8.5
crossbeam-epoch@0.9.18
crossbeam-queue@0.3.11
crossbeam-utils@0.8.19
crossterm@0.26.1
crossterm_winapi@0.9.1
crunchy@0.2.2
diff@0.1.13
either@1.11.0
encode_unicode@0.3.6
encoding-index-japanese@1.20141219.5
encoding-index-korean@1.20141219.5
encoding-index-simpchinese@1.20141219.5
encoding-index-singlebyte@1.20141219.5
encoding-index-tradchinese@1.20141219.5
encoding@0.2.33
encoding_index_tests@0.1.4
errno@0.3.8
fastrand@2.0.2
flexi_logger@0.25.6
glob@0.3.1
half@2.4.1
hashbrown@0.12.3
hermit-abi@0.1.19
hermit-abi@0.3.9
hex@0.4.3
iana-time-zone-haiku@0.1.2
iana-time-zone@0.1.60
indexmap@1.9.3
indoc@2.0.5
insta@1.38.0
is-terminal@0.4.12
itertools@0.10.5
itoa@1.0.11
js-sys@0.3.69
lazy_static@1.4.0
lexopt@0.3.0
libc@0.2.153
linked-hash-map@0.5.6
linux-raw-sys@0.4.13
lock_api@0.4.11
log@0.4.21
memchr@2.7.2
memmap@0.7.0
mio@0.8.11
nu-ansi-term@0.49.0
num-traits@0.2.18
num_cpus@1.16.0
once_cell@1.19.0
oorandom@11.1.3
os_str_bytes@6.6.1
outref@0.5.1
parking_lot@0.12.1
parking_lot_core@0.9.9
paste@1.0.14
plotters-backend@0.3.5
plotters-svg@0.3.5
plotters@0.3.5
pretty_assertions@1.4.0
proc-macro2@1.0.81
quote@1.0.36
ratatui@0.22.0
rayon-core@1.12.1
rayon@1.10.0
redox_syscall@0.4.1
regex-automata@0.4.6
regex-syntax@0.8.3
regex@1.10.4
rustix@0.38.32
ryu@1.0.17
safe-transmute@0.11.2
same-file@1.0.6
scopeguard@1.2.0
serde@1.0.198
serde_derive@1.0.198
serde_json@1.0.116
signal-hook-mio@0.2.3
signal-hook-registry@1.4.1
signal-hook@0.3.17
similar@2.5.0
smallvec@1.13.2
syn@2.0.60
tempfile@3.10.1
textwrap@0.16.1
thiserror-impl@1.0.58
thiserror@1.0.58
tinytemplate@1.2.1
unicode-ident@1.0.12
unicode-segmentation@1.11.0
unicode-width@0.1.11
unicode-xid@0.2.4
vsimd@0.8.0
walkdir@2.5.0
wasi@0.11.0+wasi-snapshot-preview1
wasm-bindgen-backend@0.2.92
wasm-bindgen-macro-support@0.2.92
wasm-bindgen-macro@0.2.92
wasm-bindgen-shared@0.2.92
wasm-bindgen@0.2.92
web-sys@0.3.69
winapi-i686-pc-windows-gnu@0.4.0
winapi-util@0.1.6
winapi-x86_64-pc-windows-gnu@0.4.0
winapi@0.3.9
windows-core@0.52.0
windows-sys@0.48.0
windows-sys@0.52.0
windows-targets@0.48.5
windows-targets@0.52.5
windows_aarch64_gnullvm@0.48.5
windows_aarch64_gnullvm@0.52.5
windows_aarch64_msvc@0.48.5
windows_aarch64_msvc@0.52.5
windows_i686_gnu@0.48.5
windows_i686_gnu@0.52.5
windows_i686_gnullvm@0.52.5
windows_i686_msvc@0.48.5
windows_i686_msvc@0.52.5
windows_x86_64_gnu@0.48.5
windows_x86_64_gnu@0.52.5
windows_x86_64_gnullvm@0.48.5
windows_x86_64_gnullvm@0.52.5
windows_x86_64_msvc@0.48.5
windows_x86_64_msvc@0.52.5
yansi@0.5.1
"
inherit cargo
DESCRIPTION="An interactive command line replacer for \`ripgrep\`."
HOMEPAGE="https://github.com/acheronfail/repgrep"
SRC_URI="
https://github.com/acheronfail/repgrep/archive/refs/tags/${PV}.tar.gz
${CARGO_CRATE_URIS}
"
LICENSE="|| ( Apache-2.0 MIT Unlicense )"
# Dependent crate licenses
LICENSE+=" Apache-2.0 CC0-1.0 LGPL-3 MIT Unicode-DFS-2016 ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~arm64"