blob: 5bb17560640f4ff5e8097e1bbb20c01b4bf2af06 [file] [log] [blame]
Sonny Raoe15a5532019-02-21 15:35:48 -08001# Copyright 2019 The Chromium OS Authors. All rights reserved.
2# Distributed under the terms of the GNU General Public License v2
3
4EAPI="6"
5
6inherit cros-rust
7
8DESCRIPTION="Integer trait and functions for Rust."
9HOMEPAGE="https://github.com/rust-num/num-integer"
10SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
11
12LICENSE="|| ( MIT Apache-2.0 )"
13SLOT="${PV}/${PR}"
14KEYWORDS="*"
15
16DEPEND=">=dev-rust/num-traits-0.2.4:=
17"