Allen Webb | 7ef7d6d | 2021-05-06 17:27:25 -0500 | [diff] [blame] | 1 | # Copyright 2021 The Chromium OS Authors. All rights reserved. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | |
| 4 | EAPI="7" |
| 5 | |
| 6 | CROS_RUST_REMOVE_DEV_DEPS=1 |
| 7 | CROS_RUST_REMOVE_TARGET_CFG=1 |
| 8 | |
| 9 | inherit cros-rust |
| 10 | |
| 11 | DESCRIPTION="A safer binding to platform’s dynamic library loading utilities" |
| 12 | HOMEPAGE="https://crates.io/crates/libloading" |
| 13 | SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate" |
| 14 | |
| 15 | LICENSE="ISC" |
| 16 | SLOT="${PV}/${PR}" |
| 17 | KEYWORDS="*" |
| 18 | |
| 19 | DEPEND=" |
| 20 | =dev-rust/cfg-if-1*:= |
| 21 | " |
| 22 | RDEPEND="${DEPEND}" |
| 23 | |
| 24 | # This file was automatically generated by cargo2ebuild.py |