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 <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Jaroslaw Swierczynski <[email protected]>
+# Contributor: Arkadiusz Laczynski <[email protected]>
+# Contributor: Jaroslav Lichtblau <[email protected]>
+
+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
+}

Reply via email to