languagetool-3.4.ebuild 469 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. MY_P="LanguageTool-${PV}"
  5. OFFICE_REQ_USE="java"
  6. OFFICE_EXTENSIONS=(
  7. "${MY_P}.oxt"
  8. )
  9. inherit office-ext-r1
  10. DESCRIPTION="Style and Grammar Checker for libreoffice"
  11. HOMEPAGE="https://www.languagetool.org/"
  12. SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt"
  13. LICENSE="LGPL-2"
  14. SLOT="0"
  15. KEYWORDS="amd64 x86"
  16. IUSE=""
  17. RDEPEND=">=virtual/jre-1.8"