blob: c532fa9f56d0b53232d9778afc37dea49b8745fd [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit cros-rust
DESCRIPTION="A simple cross platform library for writing colored text to a terminal."
HOMEPAGE="https://github.com/BurntSushi/termcolor"
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/winapi-util-0.1.3:= <dev-rust/winapi-util-0.2.0
"