blob: f5efa2054d5a93a58d2cf54f124b6a77c266bc8c [file] [log] [blame]
Allen Webb641c7f82019-11-05 10:01:28 -08001# Copyright 2019 The Chromium OS Authors. All rights reserved.
2# Distributed under the terms of the GNU General Public License v2
3
4EAPI="7"
5
6CROS_RUST_REMOVE_DEV_DEPS=1
7
8inherit cros-rust
9
10DESCRIPTION="This crate provides Grapheme Cluster, Word and Sentence boundaries
11according to Unicode Standard Annex #29 rules."
12HOMEPAGE="https://github.com/unicode-rs/unicode-segmentation"
13SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
14
15LICENSE="|| ( MIT Apache-2.0 )"
16SLOT="${PV}/${PR}"
17KEYWORDS="*"