Andrew McRae | a08c48e | 2019-06-06 15:49:51 +1000 | [diff] [blame] | 1 | # Copyright 2019 The Chromium OS Authors. All rights reserved. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | |
| 4 | EAPI="6" |
| 5 | |
| 6 | CROS_RUST_REMOVE_DEV_DEPS=1 |
| 7 | |
| 8 | inherit cros-rust |
| 9 | |
| 10 | DESCRIPTION="libgit2 bindings for Rust" |
| 11 | HOMEPAGE="https://github.com/rust-lang/git2-rs" |
| 12 | SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate" |
| 13 | |
| 14 | LICENSE="|| ( MIT Apache-2.0 )" |
| 15 | SLOT="${PV}/${PR}" |
| 16 | KEYWORDS="*" |
| 17 | |
| 18 | DEPEND=">=dev-rust/bitflags-1.0:= |
| 19 | >=dev-rust/libc-0.2:= |
| 20 | >=dev-rust/libgit2-sys-0.8.0:= |
| 21 | =dev-rust/log-0.4*:= |
Chinyue Chen | 4192af3 | 2019-09-11 17:33:13 +0800 | [diff] [blame] | 22 | =dev-rust/url-1*:= |
Andrew McRae | a08c48e | 2019-06-06 15:49:51 +1000 | [diff] [blame] | 23 | >=dev-rust/openssl-probe-0.1.2:= |
| 24 | >=dev-rust/openssl-sys-0.9.47:= |
| 25 | " |