[arch-commits] Commit in aspell-ru/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:03:35 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:03:35
  Author: felixonmars
Revision: 659960

archrelease: copy trunk to community-staging-x86_64

Added:
  aspell-ru/repos/community-staging-x86_64/
  aspell-ru/repos/community-staging-x86_64/PKGBUILD
    (from rev 659959, aspell-ru/trunk/PKGBUILD)

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

Copied: aspell-ru/repos/community-staging-x86_64/PKGBUILD (from rev 659959, aspell-ru/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 18:03:35 UTC (rev 659960)
@@ -0,0 +1,27 @@
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
+
+pkgname=aspell-ru
+pkgver=0.99f7
+pkgrel=8
+pkgdesc="Russian dictionary for aspell"
+arch=('x86_64') #We cannot use 'any' see FS#22443
+url="http://aspell.net/"
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2)
+sha512sums=('789fe15f5502b54008a41f2afb5635dcb7bb0a36e61b300ee48b2429c339793f5c4808d6063f13f1f8455ce251912433890e7d01ca59d8b0924ecd2987ceb430')
+
+build() {
+  cd aspell6-ru-$pkgver-1
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-ru-$pkgver-1
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 Copyright "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list