[arch-commits] Commit in aspell-da/repos/community-any (PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Thu Jul 1 20:32:14 UTC 2021


    Date: Thursday, July 1, 2021 @ 20:32:14
  Author: maximbaz
Revision: 969764

archrelease: copy trunk to community-any

Added:
  aspell-da/repos/community-any/PKGBUILD
    (from rev 969763, aspell-da/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: aspell-da/repos/community-any/PKGBUILD (from rev 969763, aspell-da/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-01 20:32:14 UTC (rev 969764)
@@ -0,0 +1,25 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Esben Haabendal <esben at haabendal.dk>
+
+pkgname=aspell-da
+pkgver=1.6.36
+pkgrel=1
+pkgdesc='Danish dictionary for aspell'
+arch=('any')
+url='http://aspell.net/'
+license=('custom')
+depends=('aspell')
+source=("https://ftp.gnu.org/gnu/aspell/dict/da/aspell6-da-${pkgver}-11-0.tar.bz2")
+sha512sums=('6f793a491012b06eb45f8b52e230ae4de890b9a139f079a9d2264af62029b241b89b1690885641678607ac3c42b4ebfe626b14ec373cf5228b12b9eb615b8244')
+
+build() {
+    cd "aspell6-da-${pkgver}-11-0"
+    ./configure
+    make
+}
+
+package() {
+    cd "aspell6-da-${pkgver}-11-0"
+    make DESTDIR=${pkgdir} install
+    install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list