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

Johannes Löthberg demize at archlinux.org
Tue May 19 18:09:51 UTC 2020


    Date: Tuesday, May 19, 2020 @ 18:09:50
  Author: demize
Revision: 630005

archrelease: copy trunk to community-testing-x86_64

Added:
  aspell-pl/repos/community-testing-x86_64/
  aspell-pl/repos/community-testing-x86_64/PKGBUILD
    (from rev 630004, aspell-pl/trunk/PKGBUILD)

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

Copied: aspell-pl/repos/community-testing-x86_64/PKGBUILD (from rev 630004, aspell-pl/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-05-19 18:09:50 UTC (rev 630005)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Arkadiusz Laczynski <alaczynski at gmail.com>
+# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=aspell-pl
+pkgver=20200327
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('x86_64')
+url="https://www.sjp.pl/slownik/en/"
+license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
+depends=('aspell')
+source=(https://sources.archlinux.org/other/community/aspell-pl/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('7393047c5759e303486cb45320582922')
+
+build() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list