Date: Saturday, May 16, 2020 @ 11:05:06
  Author: felixonmars
Revision: 384236

archrelease: copy trunk to staging-x86_64

Added:
  aspell/repos/staging-x86_64/
  aspell/repos/staging-x86_64/PKGBUILD
    (from rev 384235, aspell/trunk/PKGBUILD)

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

Copied: aspell/repos/staging-x86_64/PKGBUILD (from rev 384235, 
aspell/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-05-16 11:05:06 UTC (rev 384236)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Jochem Kossen <[email protected]>
+# Contributor: dorphell <[email protected]>
+# Contributor: Thayer Williams <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgname=aspell
+pkgver=0.60.8
+_pkgmajorver=0.60
+pkgrel=2
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('x86_64')
+url="http://aspell.net/";
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+source=("https://github.com/GNUAspell/aspell/archive/rel-$pkgver.tar.gz";)
+sha512sums=('b7ca2ed063f003581020d2043b1686915997261695bb0aef6e530431ea55781861ba19e16ce1fb74eb892203c9433c8652d105d380c0a6a24590f13fb1a401be')
+
+build() {
+  cd $pkgname-rel-$pkgver
+  PERL_USE_UNSAFE_INC=1 ./autogen
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-rel-$pkgver
+  make DESTDIR="$pkgdir" install
+  ln -s $pkgname-$_pkgmajorver "$pkgdir"/usr/lib/$pkgname
+}

Reply via email to