blob: 2490e1f3081c089907e6fe97ccf5c66c3e9141ca [file] [log] [blame]
# Copyright 2018 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 Rust library with native bindings to the types and functions commonly found on various systems, including libc"
HOMEPAGE="https://github.com/rust-lang/libc"
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/rustc-std-workspace-core-1.0.0:=
"