void-packages/srcpkgs/hunspell-pl_PL/template

24 lines
625 B
Bash
Raw Normal View History

2017-07-26 00:52:36 +02:00
# Template file for 'hunspell-pl_PL'
pkgname=hunspell-pl_PL
2018-01-13 20:12:57 +01:00
version=20180113
2017-07-26 00:52:36 +02:00
revision=1
hostmakedepends="unzip"
short_desc="Polish dictionary for hunspell"
maintainer="m-cz <emcze@ya.ru>"
license="GPL-2, LGPL-3, CC-SA-1.0, MPL-1.1, APACHE-2.0"
homepage="https://sjp.pl/slownik/ort/"
distfiles="https://sjp.pl/slownik/ort/sjp-myspell-pl-${version}.zip"
2018-01-13 20:12:57 +01:00
checksum=77150b09b3a68b0493d2b23c7900c449187bd639308a1e5cfcdff58e0e264e7f
2017-07-26 00:52:36 +02:00
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
}