Date: Wednesday, February 24, 2021 @ 12:15:04
  Author: felixonmars
Revision: 408725

archrelease: copy trunk to community-x86_64

Added:
  aspell-en/repos/community-x86_64/
  aspell-en/repos/community-x86_64/PKGBUILD
    (from rev 408724, aspell-en/trunk/PKGBUILD)

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

Copied: aspell-en/repos/community-x86_64/PKGBUILD (from rev 408724, 
aspell-en/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2021-02-24 12:15:04 UTC (rev 408725)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=aspell-en
+pkgver=2020.12.07
+pkgrel=1
+pkgdesc="English dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/";
+license=('custom')
+depends=('aspell')
+source=("https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2";)
+sha512sums=('9ed4e64891242e5e5e7d6ac82a0d1fda3bdc5116bd9d926e787b8f381080b357915f0c9b39cae04c1da0f2ec6e47ffe30a584f7f3bf7d455a46e8518a7858547')
+
+build() {
+  cd "$srcdir/aspell6-en-$pkgver-0"
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/aspell6-en-$pkgver-0"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to