blob: e263cc967319d808027188b9ef138a20e43d62fa [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
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*:=
"