rime-data-0.22.ebuild 438 B

1234567891011121314151617181920
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit vcs-snapshot
  5. MY_P=brise-${PV}
  6. DESCRIPTION="Data resources for Rime Input Method Engine"
  7. HOMEPAGE="http://rime.im/"
  8. SRC_URI="https://rimeime.googlecode.com/files/${MY_P}.tar.gz"
  9. LICENSE="GPL-3"
  10. SLOT="0"
  11. KEYWORDS="amd64 ~ppc ~ppc64 x86"
  12. IUSE=""
  13. DEPEND="app-i18n/librime"
  14. RDEPEND="${DEPEND}"
  15. S="${WORKDIR}"/${MY_P}