blob: a707a4b52c6c76a82f40ba33a57d6a51a18ef740 [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 convenience macro to ergonomically define an item depending on a large number
of "#[cfg]" parameters. Structured like match statement, the first matching
branch is the item that gets emitted.'
HOMEPAGE='https://github.com/gnzlbg/match_cfg'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
# This file was automatically generated by cargo2ebuild.py