Files
guru/app-misc/navi/navi-2.8.0.ebuild
Matthias Coppens 29878919cc app-misc/navi: New package
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
2020-08-19 11:12:56 +02:00

93 lines
1.7 KiB
Bash

# Copyright 2017-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Auto-Generated by cargo-ebuild 0.3.1
EAPI=7
CRATES="
aho-corasick-0.7.10
ansi_term-0.11.0
anyhow-1.0.27
arrayref-0.3.6
arrayvec-0.5.1
atty-0.2.14
autocfg-1.0.0
base64-0.11.0
bitflags-1.2.1
blake2b_simd-0.5.10
cfg-if-0.1.10
clap-2.33.0
constant_time_eq-0.1.5
crossbeam-utils-0.7.2
derive_more-0.14.1
dirs-2.0.2
dirs-sys-0.3.4
getrandom-0.1.14
heck-0.3.1
hermit-abi-0.1.8
lazy_static-1.4.0
libc-0.2.67
memchr-2.3.3
numtoa-0.1.0
proc-macro-error-0.4.11
proc-macro-error-attr-0.4.11
proc-macro2-0.4.30
proc-macro2-1.0.9
quote-0.6.13
quote-1.0.3
raw_tty-0.1.0
redox_syscall-0.1.56
redox_termios-0.1.1
redox_users-0.3.4
regex-1.3.5
regex-syntax-0.6.17
rust-argon2-0.7.0
rustc_version-0.2.3
same-file-1.0.6
semver-0.9.0
semver-parser-0.7.0
shellwords-1.0.0
strsim-0.8.0
structopt-0.3.11
structopt-derive-0.4.4
syn-0.15.44
syn-1.0.16
syn-mid-0.5.0
terminal_size-0.1.10
termion-1.5.5
textwrap-0.11.0
thiserror-1.0.12
thiserror-impl-1.0.12
thread_local-1.0.1
unicode-segmentation-1.6.0
unicode-width-0.1.7
unicode-xid-0.1.0
unicode-xid-0.2.0
vec_map-0.8.1
version_check-0.9.1
walkdir-2.3.1
wasi-0.9.0+wasi-snapshot-preview1
winapi-0.3.8
winapi-i686-pc-windows-gnu-0.4.0
winapi-util-0.1.3
winapi-x86_64-pc-windows-gnu-0.4.0
"
inherit cargo
DESCRIPTION="An interactive cheatsheet tool for the command-line"
HOMEPAGE="https://github.com/denisidoro/navi"
SRC_URI="
https://github.com/denisidoro/navi/archive/v${PV}.tar.gz -> ${P}.tar.gz
$(cargo_crate_uris ${CRATES})
"
RESTRICT="mirror"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="app-shells/fzf"
DEPEND="${RDEPEND}"