mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 05:37:13 +08:00
ef9fb546a8
de en-gb en-us es fr hu it kk sk th tr
20 lines
560 B
Bash
20 lines
560 B
Bash
# Maintainer: Alexander Fehr <pizzapunk gmail com>
|
|
|
|
pkgname=hunspell-sk
|
|
pkgver=20091213
|
|
pkgrel=1
|
|
pkgdesc="Slovak dictionary for Hunspell"
|
|
arch=('any')
|
|
url="http://www.sk-spell.sk.cx/hunspell-sk"
|
|
license=('GPL2' 'LGPL2.1' 'MPL')
|
|
depends=('hunspell')
|
|
source=(http://www.sk-spell.sk.cx/files/hunspell-sk-$pkgver.zip)
|
|
md5sums=('fe5e01cab43c4ebf467d1ea32a2a665e')
|
|
|
|
build() {
|
|
cd $srcdir/hunspell-sk-$pkgver
|
|
|
|
install -D -m644 sk_SK.dic $pkgdir/usr/share/myspell/sk_SK.dic || return 1
|
|
install -D -m644 sk_SK.aff $pkgdir/usr/share/myspell/sk_SK.aff || return 1
|
|
}
|