libcangjie-1.3.ebuild 414 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="https://github.com/Cangjians/libcangjie/releases/download/v${PV}/libcangjie-${PV}.tar.xz"
  7. LICENSE="LGPL-3+"
  8. SLOT="0"
  9. KEYWORDS="amd64 x86"
  10. DEPEND="dev-db/sqlite:3="
  11. RDEPEND="${DEPEND}"