2020-03-20 21:52:47 +01:00
|
|
|
# Copyright 2017-2020 Gentoo Authors
|
2019-04-15 12:25:34 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2020-03-20 21:52:47 +01:00
|
|
|
# Auto-Generated by cargo-ebuild 0.3.0
|
2019-12-04 14:24:40 +01:00
|
|
|
|
|
|
|
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
|
2020-03-20 21:52:47 +01:00
|
|
|
atty-0.2.14
|
|
|
|
bitflags-1.2.1
|
2020-06-18 17:23:28 +02:00
|
|
|
clap-2.33.1
|
|
|
|
hermit-abi-0.1.13
|
|
|
|
hexyl-0.8.0
|
|
|
|
libc-0.2.71
|
2019-04-15 12:25:34 +02:00
|
|
|
strsim-0.8.0
|
2020-06-18 17:23:28 +02:00
|
|
|
term_size-0.3.2
|
2019-04-15 12:25:34 +02:00
|
|
|
textwrap-0.11.0
|
2020-03-20 21:52:47 +01:00
|
|
|
unicode-width-0.1.7
|
2020-06-18 17:23:28 +02:00
|
|
|
vec_map-0.8.2
|
2019-12-04 14:24:40 +01:00
|
|
|
winapi-0.3.8
|
2019-04-15 12:25:34 +02:00
|
|
|
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"
|
2020-03-20 21:52:47 +01:00
|
|
|
# Double check the homepage as the cargo_metadata crate
|
|
|
|
# does not provide this value so instead repository is used
|
2019-04-15 12:25:34 +02:00
|
|
|
HOMEPAGE="https://github.com/sharkdp/hexyl"
|
|
|
|
SRC_URI="$(cargo_crate_uris ${CRATES})"
|
2019-12-04 14:24:40 +01:00
|
|
|
RESTRICT="mirror"
|
2020-03-20 21:52:47 +01:00
|
|
|
# License set may be more restrictive as OR is not respected
|
|
|
|
# use cargo-license for a more accurate license picture
|
|
|
|
LICENSE="Apache-2.0 MIT"
|
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=""
|