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