43 lines
839 B
Bash
43 lines
839 B
Bash
# Copyright 2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Auto-Generated by cargo-ebuild 0.4.0
|
|
|
|
EAPI=8
|
|
|
|
CRATES="
|
|
sha3sum-0.1.5
|
|
ansi_term-0.11.0
|
|
atty-0.2.14
|
|
bitflags-1.2.1
|
|
block-buffer-0.9.0
|
|
block-padding-0.2.1
|
|
clap-2.33.3
|
|
data-encoding-2.3.2
|
|
digest-0.9.0
|
|
generic-array-0.14.4
|
|
hermit-abi-0.1.18
|
|
keccak-0.1.0
|
|
libc-0.2.92
|
|
num_cpus-1.13.0
|
|
opaque-debug-0.3.0
|
|
sha3-0.9.1
|
|
strsim-0.8.0
|
|
textwrap-0.11.0
|
|
typenum-1.13.0
|
|
unicode-width-0.1.8
|
|
vec_map-0.8.2
|
|
version_check-0.9.3
|
|
winapi-0.3.9
|
|
winapi-i686-pc-windows-gnu-0.4.0
|
|
winapi-x86_64-pc-windows-gnu-0.4.0
|
|
"
|
|
|
|
inherit cargo
|
|
|
|
DESCRIPTION="sha3sum - compute and check SHA3 message digest."
|
|
HOMEPAGE="https://lib.rs/crates/sha3sum"
|
|
SRC_URI="$(cargo_crate_uris)"
|
|
LICENSE="Apache-2.0 CC0-1.0 GPL-3+ MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm64"
|