blob: a21bd6c1e58c7d50a648356c2c827dd0f558f4aa [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='A manpage generator for clap'
HOMEPAGE='https://crates.io/crates/clap_mangen'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/clap-3.1.10 <dev-rust/clap-4.0.0_alpha:=
>=dev-rust/roff-0.2.1 <dev-rust/roff-0.3.0_alpha:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py