app-i18n/rime-data-japanese: new package, add 0.0.0.20230204

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
Wu, Zhenyu
2024-11-05 20:44:16 +08:00
parent bc552b6102
commit e9c2a104a0
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST rime-data-japanese-0.0.0.20230204.tar.gz 12739458 BLAKE2B 8551ced9f5780eb05e2f1c2627d57c6eaa28338aeedf55c565bf8a9e7b05cf15434cf20abf6441086c7013535c051f9c675e55c0ba20c5752c3ac5d80ea0d823 SHA512 7bd6c12dac5e95a56613e4678c5c70b170ec42481f79dd4ea7fd5d03cfa9b749cda667963f57a7593cf4dd6519cc9d447adb36e4278d17ed75ac18fe796ac835

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>wuzhenyu@ustc.edu</email>
<name>Wu, Zhenyu</name>
</maintainer>
<upstream>
<remote-id type="github">gkovacs/rime-japanese</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,28 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
MY_PN="rime-japanese"
MY_COMMIT="4c1e65135459175136f380e90ba52acb40fdfb2d"
DESCRIPTION="input method for typing Japanese with RIME"
HOMEPAGE="https://rime.im/ https://github.com/gkovacs/rime-japanese"
SRC_URI="https://github.com/gkovacs/${MY_PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${MY_COMMIT}"
DOCS=(
README.md
)
src_install() {
insinto /usr/share/rime-data
doins *.yaml
einstalldocs
}