void-packages/srcpkgs/hunspell-pl_PL/template

24 lines
659 B
Bash
Raw Normal View History

2017-07-26 00:52:36 +02:00
# Template file for 'hunspell-pl_PL'
pkgname=hunspell-pl_PL
version=20180509
2017-07-26 00:52:36 +02:00
revision=1
2018-04-15 12:08:04 +02:00
create_wrksrc=yes
noarch=yes
2017-07-26 00:52:36 +02:00
hostmakedepends="unzip"
short_desc="Polish dictionary for hunspell"
maintainer="m-cz <emcze@ya.ru>"
license="GPL-2.0-or-later, LGPL-3.0-or-later, CC-BY-SA-1.0, MPL-1.1, Apache-2.0, CC-BY-4.0"
2017-07-26 00:52:36 +02:00
homepage="https://sjp.pl/slownik/ort/"
distfiles="https://sjp.pl/slownik/ort/sjp-myspell-pl-${version}.zip"
checksum=a3e1c55ba92dd895da7b04c25cd4ba0288160b0b365da0072fb1f33780bd69c5
2017-07-26 00:52:36 +02:00
post_extract() {
unzip pl_PL.zip
}
do_install() {
2018-04-21 20:00:41 +02:00
vinstall pl_PL.aff 644 usr/share/hunspell
vinstall pl_PL.dic 644 usr/share/hunspell
2017-07-26 00:52:36 +02:00
vlicense README_pl_PL.txt
}