app-officeext/writingtool - 26.4 (seden)

Search

Install

Install this version:

emerge -a =app-officeext/writingtool-26.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-officeext/writingtool-26.4

Or alternatively:

emerge --autounmask-write -a =app-officeext/writingtool-26.4

Package Information

Description:
Style and Grammar Checker for LibreOffice fork of languagetool
Homepage:
https://writingtool.org
License:
LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
26.4 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_P="WritingTool-${PV}"
OFFICE_REQ_USE="java"
OFFICE_EXTENSIONS=( "${MY_P}.oxt" )
inherit office-ext-r1

DESCRIPTION="Style and Grammar Checker for LibreOffice fork of languagetool"
HOMEPAGE="https://writingtool.org"
SRC_URI="https://github.com/writingtool-org/writingtool/releases/download/v${PV}/${MY_P}.oxt"

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	!app-officeext/languagetool
	>=virtual/jre-17
"

Inherited Eclasses

Dependencies

RDEPEND

	!app-officeext/languagetool
	>=virtual/jre-17

Manifest for 26.4

Type File Size Source URLs
DIST WritingTool-26.4.oxt 244809541 bytes https://github.com/writingtool-org/writingtool/releases/download/v26.4/WritingTool-26.4.oxt