23 lines
661 B
Bash
23 lines
661 B
Bash
# Template file for 'hunspell-pl_PL'
|
|
pkgname=hunspell-pl_PL
|
|
version=20180322
|
|
revision=1
|
|
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"
|
|
homepage="https://sjp.pl/slownik/ort/"
|
|
distfiles="https://sjp.pl/slownik/ort/sjp-myspell-pl-${version}.zip"
|
|
checksum=0d7a83d22a644c245ea1d10a11052ed33b6cbedb7cc3a03af7859bbb55b4b1bb
|
|
noarch=yes
|
|
create_wrksrc=yes
|
|
|
|
post_extract() {
|
|
unzip pl_PL.zip
|
|
}
|
|
|
|
do_install() {
|
|
vinstall pl_PL.aff 644 usr/share/hunspell/
|
|
vinstall pl_PL.dic 644 usr/share/hunspell/
|
|
vlicense README_pl_PL.txt
|
|
}
|