From 49d76942ebcf19bac9ccbabe7785554ba3e9600a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kj=C3=A6r=20J=C3=B8rgensen?= Date: Sat, 14 Feb 2026 12:54:25 +0100 Subject: [PATCH] testing/aspell-da: new aport --- testing/aspell-da/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testing/aspell-da/APKBUILD diff --git a/testing/aspell-da/APKBUILD b/testing/aspell-da/APKBUILD new file mode 100644 index 00000000000..72ccf818cb9 --- /dev/null +++ b/testing/aspell-da/APKBUILD @@ -0,0 +1,28 @@ +# Maintainer: Martin Kjær Jørgensen +pkgname=aspell-da +pkgver=1.6.36.11.0 +pkgrel=0 +_lang=${pkgname##*-} +_archive_name="aspell6-da-1.6.36-11-0" +pkgdesc="Danish dictionary for aspell" +url="http://aspell.net/" +arch="noarch" +license="custom" +options="!check" # No test suite +makedepends="aspell-dev" +source="https://ftp.gnu.org/gnu/aspell/dict/$_lang/$_archive_name.tar.bz2" +builddir="$srcdir/$_archive_name" + +build() { + ./configure + make +} + +package() { + make DESTDIR="$pkgdir" install + install -D -m644 Copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +sha512sums=" +6f793a491012b06eb45f8b52e230ae4de890b9a139f079a9d2264af62029b241b89b1690885641678607ac3c42b4ebfe626b14ec373cf5228b12b9eb615b8244 aspell6-da-1.6.36-11-0.tar.bz2 +"