mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
101 lines
2.0 KiB
Bash
101 lines
2.0 KiB
Bash
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Autogenerated by pycargoebuild 0.13.2
|
|
|
|
EAPI=8
|
|
|
|
CRATES="
|
|
aho-corasick@1.1.2
|
|
anstream@0.6.12
|
|
anstyle-parse@0.2.3
|
|
anstyle-query@1.0.2
|
|
anstyle-wincon@3.0.2
|
|
anstyle@1.0.6
|
|
anyhow@1.0.80
|
|
autocfg@1.1.0
|
|
bitflags@2.4.2
|
|
cfg-if@1.0.0
|
|
clap@4.5.1
|
|
clap_builder@4.5.1
|
|
clap_complete@4.5.1
|
|
clap_derive@4.5.0
|
|
clap_lex@0.7.0
|
|
colorchoice@1.0.0
|
|
either@1.10.0
|
|
errno@0.3.8
|
|
futures-channel@0.3.30
|
|
futures-core@0.3.30
|
|
futures-executor@0.3.30
|
|
futures-io@0.3.30
|
|
futures-macro@0.3.30
|
|
futures-sink@0.3.30
|
|
futures-task@0.3.30
|
|
futures-timer@3.0.2
|
|
futures-util@0.3.30
|
|
futures@0.3.30
|
|
glob@0.3.1
|
|
heck@0.4.1
|
|
itertools@0.12.1
|
|
libc@0.2.153
|
|
linux-raw-sys@0.4.13
|
|
memchr@2.7.1
|
|
pin-project-lite@0.2.13
|
|
pin-utils@0.1.0
|
|
proc-macro2@1.0.78
|
|
quote@1.0.35
|
|
regex-automata@0.4.5
|
|
regex-syntax@0.8.2
|
|
regex@1.10.3
|
|
relative-path@1.9.2
|
|
rstest@0.18.2
|
|
rstest_macros@0.18.2
|
|
rustc_version@0.4.0
|
|
rustix@0.38.31
|
|
rustversion@1.0.14
|
|
semver@1.0.22
|
|
slab@0.4.9
|
|
strsim@0.11.0
|
|
strum@0.26.1
|
|
strum_macros@0.26.1
|
|
syn@2.0.50
|
|
terminal_size@0.3.0
|
|
unicode-ident@1.0.12
|
|
utf8parse@0.2.1
|
|
windows-sys@0.48.0
|
|
windows-sys@0.52.0
|
|
windows-targets@0.48.5
|
|
windows-targets@0.52.0
|
|
windows_aarch64_gnullvm@0.48.5
|
|
windows_aarch64_gnullvm@0.52.0
|
|
windows_aarch64_msvc@0.48.5
|
|
windows_aarch64_msvc@0.52.0
|
|
windows_i686_gnu@0.48.5
|
|
windows_i686_gnu@0.52.0
|
|
windows_i686_msvc@0.48.5
|
|
windows_i686_msvc@0.52.0
|
|
windows_x86_64_gnu@0.48.5
|
|
windows_x86_64_gnu@0.52.0
|
|
windows_x86_64_gnullvm@0.48.5
|
|
windows_x86_64_gnullvm@0.52.0
|
|
windows_x86_64_msvc@0.48.5
|
|
windows_x86_64_msvc@0.52.0
|
|
"
|
|
|
|
inherit cargo
|
|
|
|
DESCRIPTION="A high performance code minimap generator"
|
|
HOMEPAGE="https://github.com/wfxr/code-minimap"
|
|
SRC_URI="
|
|
https://github.com/wfxr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
|
${CARGO_CRATE_URIS}
|
|
"
|
|
|
|
LICENSE="|| ( Apache-2.0 MIT )"
|
|
# Dependent crate licenses
|
|
LICENSE+=" MIT Unicode-DFS-2016"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
QA_FLAGS_IGNORED="usr/bin/code-minimap"
|