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