fcitx-cloudpinyin-0.3.4.ebuild 495 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit cmake-utils
  5. DESCRIPTION="A fcitx module to look up pinyin candidate words on the internet"
  6. HOMEPAGE="http://fcitx-im.org/"
  7. SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 ~ppc ppc64 ~x86"
  11. IUSE=""
  12. RDEPEND=">=app-i18n/fcitx-4.2.8
  13. net-misc/curl"
  14. DEPEND="${RDEPEND}
  15. virtual/libiconv
  16. virtual/libintl
  17. virtual/pkgconfig"