app-i18n/rime-data-cangjie - 0.0.0.20231211 (ryans)

Search

Package Information

Description:
cangjie input schema and dictionary for RIME
Homepage:
https://rime.im/ https://github.com/rime/rime-cangjie
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
0.0.0.20231211 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

MY_PN="rime-cangjie"
MY_COMMIT="75b10325bf4c590a3ffef7039a6f052a729edc55"

DESCRIPTION="cangjie input schema and dictionary for RIME"
HOMEPAGE="https://rime.im/ https://github.com/rime/rime-cangjie"
SRC_URI="https://github.com/rime/${MY_PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="!app-i18n/rime-data:0"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_PN}-${MY_COMMIT}"

RIME_DATA_DIR="/usr/share/rime-data"
DOCS=(
	AUTHORS
	LICENSE
	README.md
)

src_install() {
	insinto "$RIME_DATA_DIR"
	doins \
		cangjie5.dict.yaml \
		cangjie5.schema.yaml \
		cangjie5_express.schema.yaml

	einstalldocs
}

Dependencies

DEPEND

!app-i18n/rime-data:0

RDEPEND

!app-i18n/rime-data:0

Manifest for 0.0.0.20231211

Type File Size Source URLs
DIST rime-data-cangjie-0.0.0.20231211.tar.gz 392480 bytes https://github.com/rime/rime-cangjie/archive/75b10325bf4c590a3ffef7039a6f052a729edc55.tar.gz