Date: Tuesday, July 7, 2020 @ 14:07:58
  Author: felixonmars
Revision: 658717

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: aspell-cs/repos/community-staging-x86_64/PKGBUILD (from rev 658715, 
aspell-cs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 14:07:58 UTC (rev 658717)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Michal Karas <[email protected]>
+
+pkgname=aspell-cs
+pkgver=20040614
+pkgrel=10
+pkgdesc="Czech dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/";
+license=('GPL')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/cs/aspell6-cs-$pkgver-1.tar.bz2)
+sha256sums=('01c091f907c2fa4dfa38305c2494bb80009407dfb76ead586ad724ae21913066')
+
+build() {
+  cd "${srcdir}"/aspell6-cs-$pkgver-1
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}"/aspell6-cs-$pkgver-1
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to