blob: 7d340f985b1447b49d3c5bff59711c3cda6c7e11 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit cros-rust
DESCRIPTION="Get system information in Rust"
HOMEPAGE="https://github.com/FillZpp/sys-info-rs"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="MIT"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND=">=dev-rust/libc-0.2:=
=dev-rust/cc-1*:=
"