[arch-commits] Commit in aspell-hu/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Jul 7 19:10:04 UTC 2020
Date: Tuesday, July 7, 2020 @ 19:10:04
Author: foutrelis
Revision: 660132
archrelease: copy trunk to community-staging-x86_64
Added:
aspell-hu/repos/community-staging-x86_64/
aspell-hu/repos/community-staging-x86_64/PKGBUILD
(from rev 660131, aspell-hu/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: aspell-hu/repos/community-staging-x86_64/PKGBUILD (from rev 660131, aspell-hu/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 19:10:04 UTC (rev 660132)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=aspell-hu
+pkgver=0.99.4.2
+pkgrel=6
+pkgdesc="Hungarian spellcheck dictionary for aspell"
+arch=(x86_64)
+url="http://aspell.net/"
+license=(GPL)
+depends=(aspell)
+source=("https://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-0.99.4.2-0.tar.bz2"{,.sig})
+validpgpkeys=('31A768B0808E4BA619B48F81B6D9D0CC38B327D7') # Kevin Atkinson
+sha256sums=('3335a7b45cf9774bccf03740fbddeb7ec4752dd87178fa93f92d4c71e3f236b5'
+ 'SKIP')
+
+build() {
+ cd aspell6-hu-$pkgver-0
+ ./configure
+ make
+}
+
+package() {
+ cd aspell6-hu-$pkgver-0
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list