Allen Webb | 641c7f8 | 2019-11-05 10:01:28 -0800 | [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="7" |
| 5 | |
| 6 | CROS_RUST_REMOVE_DEV_DEPS=1 |
| 7 | |
| 8 | inherit cros-rust |
| 9 | |
| 10 | DESCRIPTION="This crate provides Grapheme Cluster, Word and Sentence boundaries |
| 11 | according to Unicode Standard Annex #29 rules." |
| 12 | HOMEPAGE="https://github.com/unicode-rs/unicode-segmentation" |
| 13 | SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate" |
| 14 | |
| 15 | LICENSE="|| ( MIT Apache-2.0 )" |
| 16 | SLOT="${PV}/${PR}" |
| 17 | KEYWORDS="*" |