app-dicts/fcitx5-pinyin-moegirl - 20220714 (ruixi-overlay)

Search

Package Information

Description:
Fcitx 5 Pinyin Dictionary from zh.moegirl.org.cn
Homepage:
https://github.com/outloudvi/mw2fcitx
License:
Unlicense

Ebuild Details

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

EAPI=8

MY_PN="moegirl.dict"
MY_PV="20220714"

DESCRIPTION="Fcitx 5 Pinyin Dictionary from zh.moegirl.org.cn"
HOMEPAGE="https://github.com/outloudvi/mw2fcitx"
SRC_URI="https://github.com/outloudvi/mw2fcitx/releases/download/${MY_PV}/${MY_PN}"

LICENSE="Unlicense"
SLOT="5"
KEYWORDS="~amd64 ~x86"

DEPEND="app-i18n/fcitx:5"
RDEPEND="${DEPEND}"
BDEPEND=""

S="${DISTDIR}"

src_install(){
	DICT_PATH="/usr/share/fcitx5/pinyin/dictionaries"
	insinto ${DICT_PATH}
	doins ${MY_PN}
	fperms 0644 "${DICT_PATH}/${MY_PN}"
}

Dependencies

DEPEND

app-i18n/fcitx:5

RDEPEND

app-i18n/fcitx:5

Manifest for 20220714

Type File Size Source URLs
DIST moegirl.dict 3628212 bytes https://github.com/outloudvi/mw2fcitx/releases/download/20220714/moegirl.dict