libcangjie-1.1.ebuild 399 B

1234567891011121314151617
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="The library implementing the Cangjie input method"
  5. HOMEPAGE="http://cangjians.github.io"
  6. SRC_URI="http://cangjians.github.io/downloads/libcangjie/libcangjie-${PV}.tar.xz"
  7. LICENSE="LGPL-3+"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. DEPEND="dev-db/sqlite:3="
  11. RDEPEND="${DEPEND}"