# 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"