app-i18n/rime-data-kaomoji: new package, add 0.0.1

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
Wu, Zhenyu
2024-11-05 14:46:57 +08:00
parent 2650252d33
commit 0af5728501
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST rime-data-kaomoji-0.0.1.tar.gz 7055 BLAKE2B 34f1833e29f5d61f4cfdf810e02f32cb70c763380d77d2abc08c9bf46301652aa6e88dc3387c2f7bd9eea4896f01821286a699cf49e6eeae37f167a76571c543 SHA512 7950484b9b17f0559482823e92be89a42a50ee337ac73d234229379c06fe2284f4b784cf2a8689db2bd5e46223fb94ef65ffd24b752fe509857e507682bace89

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">Freed-Wu/rime-kaomoji</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,29 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
MY_PN="rime-kaomoji"
DESCRIPTION="kaomoji input schema for RIME"
HOMEPAGE="https://rime.im/ https://github.com/Freed-Wu/rime-kaomoji"
SRC_URI="https://github.com/Freed-Wu/rime-kaomoji/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_PN}-${PV}"
DOCS=(
LICENSE
README.md
)
src_install() {
insinto /usr/share/rime-data
doins kaomoji_suggestion.yaml
doins -r opencc
einstalldocs
}