# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit unpacker EGIT_COMMIT="f1876f08f1d4a9696395be0070c0e8e4353c44cb" SRC_URI="https://github.com/rime/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~x86" DESCRIPTION="wubi input for rime" HOMEPAGE="https://github.com/rime/rime-wubi" LICENSE="LGPL-3" SLOT="0" DEPEND=" app-i18n/rime-pinyin-simp >=app-i18n/rime-data-1 " RDEPEND="$DEPEND" S="${WORKDIR}/${PN}-${EGIT_COMMIT}" src_install() { local dir="/usr/share/rime-data" insinto "$dir" doins *.yaml }