2019-12-04 14:24:40 +01:00
|
|
|
# Copyright 2017-2019 Gentoo Authors
|
2019-04-15 12:25:34 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2019-12-04 14:24:40 +01:00
|
|
|
# Auto-Generated by cargo-ebuild 0.2.0
|
|
|
|
|
|
|
|
EAPI=7
|
2019-04-15 12:25:34 +02:00
|
|
|
|
|
|
|
CRATES="
|
|
|
|
ansi_term-0.11.0
|
2019-12-04 14:24:40 +01:00
|
|
|
ansi_term-0.12.1
|
|
|
|
atty-0.2.13
|
|
|
|
bitflags-1.2.0
|
|
|
|
cc-1.0.45
|
|
|
|
cfg-if-0.1.10
|
2019-04-15 12:25:34 +02:00
|
|
|
clap-2.33.0
|
2019-12-04 14:24:40 +01:00
|
|
|
ctrlc-3.1.3
|
|
|
|
hexyl-0.6.0
|
2019-04-15 12:25:34 +02:00
|
|
|
kernel32-sys-0.2.2
|
2019-12-04 14:24:40 +01:00
|
|
|
libc-0.2.62
|
|
|
|
nix-0.14.1
|
2019-04-15 12:25:34 +02:00
|
|
|
strsim-0.8.0
|
|
|
|
term_size-0.3.1
|
|
|
|
textwrap-0.11.0
|
2019-12-04 14:24:40 +01:00
|
|
|
unicode-width-0.1.6
|
2019-04-15 12:25:34 +02:00
|
|
|
vec_map-0.8.1
|
|
|
|
void-1.0.2
|
|
|
|
winapi-0.2.8
|
2019-12-04 14:24:40 +01:00
|
|
|
winapi-0.3.8
|
2019-04-15 12:25:34 +02:00
|
|
|
winapi-build-0.1.1
|
|
|
|
winapi-i686-pc-windows-gnu-0.4.0
|
|
|
|
winapi-x86_64-pc-windows-gnu-0.4.0
|
|
|
|
"
|
|
|
|
|
2019-12-04 14:24:40 +01:00
|
|
|
inherit cargo
|
2019-04-15 12:25:34 +02:00
|
|
|
|
|
|
|
DESCRIPTION="A command-line hex viewer"
|
|
|
|
HOMEPAGE="https://github.com/sharkdp/hexyl"
|
|
|
|
SRC_URI="$(cargo_crate_uris ${CRATES})"
|
2019-12-04 14:24:40 +01:00
|
|
|
RESTRICT="mirror"
|
2019-12-04 15:16:31 +01:00
|
|
|
LICENSE="Apache-2.0"
|
2019-04-15 12:25:34 +02:00
|
|
|
SLOT="0"
|
2019-12-04 14:24:40 +01:00
|
|
|
KEYWORDS="~amd64"
|
|
|
|
IUSE=""
|
2019-04-15 12:25:34 +02:00
|
|
|
|
2019-12-04 14:24:40 +01:00
|
|
|
DEPEND=""
|
2019-04-15 12:25:34 +02:00
|
|
|
RDEPEND=""
|
|
|
|
|
|
|
|
src_install() {
|
2019-12-04 14:24:40 +01:00
|
|
|
cargo_src_install --path=.
|
2019-04-15 12:25:34 +02:00
|
|
|
}
|
2019-12-04 14:24:40 +01:00
|
|
|
|