mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
app-i18n/rime-data-kaomoji: new package, add 0.0.1
Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
1
app-i18n/rime-data-kaomoji/Manifest
Normal file
1
app-i18n/rime-data-kaomoji/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST rime-data-kaomoji-0.0.1.tar.gz 7055 BLAKE2B 34f1833e29f5d61f4cfdf810e02f32cb70c763380d77d2abc08c9bf46301652aa6e88dc3387c2f7bd9eea4896f01821286a699cf49e6eeae37f167a76571c543 SHA512 7950484b9b17f0559482823e92be89a42a50ee337ac73d234229379c06fe2284f4b784cf2a8689db2bd5e46223fb94ef65ffd24b752fe509857e507682bace89
|
||||
11
app-i18n/rime-data-kaomoji/metadata.xml
Normal file
11
app-i18n/rime-data-kaomoji/metadata.xml
Normal 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>
|
||||
29
app-i18n/rime-data-kaomoji/rime-data-kaomoji-0.0.1.ebuild
Normal file
29
app-i18n/rime-data-kaomoji/rime-data-kaomoji-0.0.1.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user