LanguageTool: update to 5.8.

This commit is contained in:
Daniel Lewan 2022-07-26 18:19:07 +02:00 committed by classabbyamp
parent 804dffe987
commit b86d0a0048

View file

@ -1,17 +1,17 @@
# Template file for 'LanguageTool'
pkgname=LanguageTool
version=4.8
revision=2
version=5.8
revision=1
depends="virtual?java-environment"
short_desc="Checks your writing in more than 20 languages"
maintainer="Stacy Harper <contact@stacyhaper.net>"
license="LGPL-2.1-or-later"
homepage="https://www.languagetool.org/"
distfiles="https://www.languagetool.org/download/LanguageTool-${version}.zip
https://git.archlinux.org/svntogit/community.git/plain/trunk/languagetool.sh?h=packages/languagetool"
checksum="b4775e88fd90d6389f86023600c4c0e16a9cc00cfe8f093bf1f0c2bbf2a1904d
https://raw.githubusercontent.com/archlinux/svntogit-community/packages/languagetool/trunk/languagetool.sh"
checksum="20913a50eb4568fdc727066eee8aab833f52b626710fc9e0213c3f1098bfdee3
009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe"
skip_extraction="languagetool"
skip_extraction="languagetool.sh"
do_install() {
vmkdir usr/bin
@ -20,5 +20,5 @@ do_install() {
vcopy "libs/*.jar" /usr/share/java/languagetool
rm -rf *.jar libs
vcopy "$wrksrc" /usr/share/languagetool/
vbin ${XBPS_SRCDISTDIR}/${pkgname}-${version}/languagetool
vbin ${XBPS_SRCDISTDIR}/${pkgname}-${version}/languagetool.sh languagetool
}