summaryrefslogtreecommitdiff
path: root/user/aspell-dict-de/APKBUILD
blob: fda4e731aa8023389eaa7e27c6160b3ff8e3ad1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=aspell-dict-de
pkgver=20161207
pkgrel=0
pkgdesc="German dictionaries for aspell"
url="http://j3e.de/ispell/igerman98/index.html"
arch="noarch"
options="!check"  # No test suite.
license="GPL-2.0-only"
depends="aspell"
makedepends="cmd:which"
source="https://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2"
builddir="$srcdir/igerman98-$pkgver"
_langs="de_DE de_AT de_CH"

build() {
	for i in $_langs; do
		make aspell/${i}.rws
	done
}

package() {
	mkdir -p "$pkgdir"/usr/share/aspell
	cd aspell
	for i in $_langs; do
		install -m644 ${i}.alias ${i}.dat ${i}_affix.dat ${i}.multi ${i}.rws "$pkgdir"/usr/share/aspell
	done
}

sha512sums="62be84ac76fd2a0acc25439aa4c04339e54a1c7a2f619d76e0e01cfb53eeeca263c5cc335e315f9adeee9bab5cc392d4c473ca55cbed371c04c123d6fa2272aa  igerman98-20161207.tar.bz2"