# Maintainer: Balló György <ballogyor+arch at gmail dot com>

pkgname=aspell-hu
pkgver=0.99.4.2
pkgrel=7
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
}
