Date: Saturday, May 8, 2021 @ 09:38:21
  Author: arojas
Revision: 928755

archrelease: copy trunk to community-x86_64

Added:
  aspell-es/repos/community-x86_64/
  aspell-es/repos/community-x86_64/PKGBUILD
    (from rev 928754, aspell-es/trunk/PKGBUILD)

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

Copied: aspell-es/repos/community-x86_64/PKGBUILD (from rev 928754, 
aspell-es/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2021-05-08 09:38:21 UTC (rev 928755)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Simo Leone <[email protected]>
+# Contributor: Juan Pablo León <[email protected]>
+
+pkgname=aspell-es
+pkgver=1.11
+pkgrel=8
+pkgdesc="Spanish dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/";
+license=('GPL')
+depends=('aspell')
+source=(https://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-$pkgver-2.tar.bz2)
+md5sums=('8406336a89c64e47e96f4153d0af70c4')
+
+build() {
+  cd $srcdir/aspell6-es-$pkgver-2
+  ./configure 
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-es-$pkgver-2
+  make DESTDIR=$pkgdir install 
+}

Reply via email to