vp-build/srcpkgs/hunspell-es_ES/template

22 lines
607 B
Bash

# Template file for 'hunspell-es_ES'
pkgname=hunspell-es_ES
version=2.3
revision=1
maintainer="Orphaned <orphan@voidlinux.eu>"
homepage="https://github.com/sbosio/rla-es"
license="GPL-3"
hostmakedepends="unzip"
short_desc="Spanish dictionary for hunspell"
distfiles="https://github.com/sbosio/rla-es/releases/download/v${version}/es_ES.oxt>dict-es.zip"
checksum=837fe70fe5dade69a5991f5088e68368a139ec76655bb551ebfc1c2ae1c4a71a
create_wrksrc=yes
noarch=yes
do_install() {
vinstall es_ES.aff 644 /usr/share/hunspell
vinstall es_ES.dic 644 /usr/share/hunspell
vdoc README.txt
}
# vim: set ts=4 sw=4 sts=4