Date: Sunday, June 9, 2019 @ 17:12:17
  Author: arodseth
Revision: 479073

Moved from AUR

Added:
  aspell-nn/
  aspell-nn/repos/
  aspell-nn/repos/community-any/
  aspell-nn/trunk/
  aspell-nn/trunk/PKGBUILD

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

Added: aspell-nn/trunk/PKGBUILD
===================================================================
--- aspell-nn/trunk/PKGBUILD                            (rev 0)
+++ aspell-nn/trunk/PKGBUILD    2019-06-09 17:12:17 UTC (rev 479073)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
+# Contributor: Øyvind 'Mr.Elendig' Heggstad <mrelendig at har-ikkje dot net>
+# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
+
+pkgname=aspell-nn
+pkgver=0.50.1
+pkgrel=4
+pkgdesc='Norwegian Nynorsk dictionary for aspell'
+url='https://aspell.net/'
+license=(GPL)
+depends=(aspell)
+arch=(any)
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/nn/$pkgname-$pkgver-1.tar.bz2";)
+sha256sums=('ac6610540c7e134f09cbebbd148f9316bef27bc491e377638ef4e2950b2d5370')
+
+build() {
+  cd "$pkgname-$pkgver-1"
+  ./configure
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver-1" DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 et

Reply via email to