You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/rime-data/rime-data-0.35.ebuild

22 lines
466 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
MY_PN="brise"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Data resources for Rime Input Method Engine"
HOMEPAGE="http://rime.im/ https://github.com/rime/brise"
SRC_URI="https://dl.bintray.com/lotem/rime/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
DEPEND="app-i18n/librime"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}"