summaryrefslogtreecommitdiff
path: root/user/aspell-dict-lt/APKBUILD
blob: 8424a9e0e7a0da3f25ce2fa08aaf2eb3a5ae2ac2 (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
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=aspell-dict-lt
pkgver=1.3.2
pkgrel=0
pkgdesc="Lithuanian dictionaries for aspell"
url="https://github.com/ispell-lt/ispell-lt"
arch="noarch"
options="!check"  # No test suite.
license="GPL-2.0-only"
depends="aspell"
makedepends="cmd:which"
source="https://github.com/ispell-lt/ispell-lt/releases/download/rel-$pkgver/aspell6-lt-$pkgver.tar.bz2"
builddir="$srcdir/aspell6-lt-$pkgver"

build() {
	./configure --vars DESTDIR="$pkgdir"
	make
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="df64eb6f5ae9bb564d14f0cd84106da3f32908e79682ebece6e3ed1613216eeca94f48c9c3f689df724cfca4d80f9749e39772766a9ea20167a97ee39074e5a3  aspell6-lt-1.3.2.tar.bz2"