mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: hunspell-en_AU-2018.04.16_1
This commit is contained in:
parent
1641a9eb67
commit
f9b622ad8c
1 changed files with 19 additions and 0 deletions
19
srcpkgs/hunspell-en_AU/template
Normal file
19
srcpkgs/hunspell-en_AU/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'hunspell-en_AU'
|
||||||
|
pkgname=hunspell-en_AU
|
||||||
|
version=2018.04.16
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
create_wrksrc=yes
|
||||||
|
hostmakedepends="unzip"
|
||||||
|
short_desc="Australian English en_AU dictionary for hunspell"
|
||||||
|
maintainer="Alexis <flexibeast@gmail.com>"
|
||||||
|
license="SCOWL" # not in SPDX
|
||||||
|
homepage="http://wordlist.aspell.net/dicts"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip"
|
||||||
|
checksum=c599f7d420ddac12785bf13eccbf007d04c6a3784c949c6a2da0cd40af35e0ce
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vinstall en_AU.aff 644 /usr/share/hunspell
|
||||||
|
vinstall en_AU.dic 644 /usr/share/hunspell
|
||||||
|
vlicense README_en_AU.txt SCOWL
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue