blob: 5be4398a9764963d7b085e3dbff1d67c09fd8a06 [file] [log] [blame]
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_RUST_REMOVE_DEV_DEPS=1
inherit cros-rust
DESCRIPTION='RISC-V target string manipulation utilities'
HOMEPAGE='https://crates.io/crates/riscv-target'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="ISC"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
=dev-rust/lazy_static-1*:=
=dev-rust/regex-1*:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py