mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
LanguageTool: update to 5.8.
This commit is contained in:
parent
804dffe987
commit
b86d0a0048
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'LanguageTool'
|
# Template file for 'LanguageTool'
|
||||||
pkgname=LanguageTool
|
pkgname=LanguageTool
|
||||||
version=4.8
|
version=5.8
|
||||||
revision=2
|
revision=1
|
||||||
depends="virtual?java-environment"
|
depends="virtual?java-environment"
|
||||||
short_desc="Checks your writing in more than 20 languages"
|
short_desc="Checks your writing in more than 20 languages"
|
||||||
maintainer="Stacy Harper <contact@stacyhaper.net>"
|
maintainer="Stacy Harper <contact@stacyhaper.net>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.languagetool.org/"
|
homepage="https://www.languagetool.org/"
|
||||||
distfiles="https://www.languagetool.org/download/LanguageTool-${version}.zip
|
distfiles="https://www.languagetool.org/download/LanguageTool-${version}.zip
|
||||||
https://git.archlinux.org/svntogit/community.git/plain/trunk/languagetool.sh?h=packages/languagetool"
|
https://raw.githubusercontent.com/archlinux/svntogit-community/packages/languagetool/trunk/languagetool.sh"
|
||||||
checksum="b4775e88fd90d6389f86023600c4c0e16a9cc00cfe8f093bf1f0c2bbf2a1904d
|
checksum="20913a50eb4568fdc727066eee8aab833f52b626710fc9e0213c3f1098bfdee3
|
||||||
009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe"
|
009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe"
|
||||||
skip_extraction="languagetool"
|
skip_extraction="languagetool.sh"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
|
@ -20,5 +20,5 @@ do_install() {
|
||||||
vcopy "libs/*.jar" /usr/share/java/languagetool
|
vcopy "libs/*.jar" /usr/share/java/languagetool
|
||||||
rm -rf *.jar libs
|
rm -rf *.jar libs
|
||||||
vcopy "$wrksrc" /usr/share/languagetool/
|
vcopy "$wrksrc" /usr/share/languagetool/
|
||||||
vbin ${XBPS_SRCDISTDIR}/${pkgname}-${version}/languagetool
|
vbin ${XBPS_SRCDISTDIR}/${pkgname}-${version}/languagetool.sh languagetool
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue