# Contributor: Síle Ekaterin Liszka # Maintainer: Síle Ekaterin Liszka pkgname=aspell-dict-da pkgver=4.2.1 pkgrel=0 pkgdesc="Danish dictionaries for aspell" url="https://github.com/mortenivar/aspell-da" arch="noarch" options="!check" # No test suite. license="GPL-2.0-only" depends="aspell" makedepends="cmd:which" source="$pkgname-$pkgver.tar.gz::https://github.com/mortenivar/aspell-da/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/aspell-da-$pkgver" build() { ./configure --vars DESTDIR="$pkgdir" make } package() { make DESTDIR="$pkgdir" install } sha512sums="66a32be37615423cdd88c3ccbe81e26bc955068a5d74f1829f0d309ba93741d99f7ccbb335e0fe1a890aada984cc771eb25c00027554509c0f1fbf36fea5fb0b aspell-dict-da-4.2.1.tar.gz"