void-packages/srcpkgs/hunspell-pl_PL/template
2019-01-28 02:51:55 -02:00

24 lines
637 B
Bash

# Template file for 'hunspell-pl_PL'
pkgname=hunspell-pl_PL
version=20190125
revision=1
noarch=yes
create_wrksrc=yes
hostmakedepends="unzip"
short_desc="Polish dictionary for hunspell"
maintainer="m-cz <emcze@ya.ru>"
license="GPL-2.0-only, LGPL-2.1-only, CC-BY-4.0, MPL-1.1, Apache-2.0"
homepage="https://sjp.pl/slownik/ort/"
distfiles="https://sjp.pl/slownik/ort/sjp-myspell-pl-${version}.zip"
checksum=0004c030c8e5f640a8a4c25d400db3b6abb2bec2a61314f732902d54dc99d9c8
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
}