summaryrefslogtreecommitdiff
path: root/user/aspell-dict-da/APKBUILD
blob: 9b8844eea2ff0466cc10d89a9717f0b25dfa133b (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-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"