# Description: a simple thesaurus
# URL: https://hunspell.sourceforge.net/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: hunspell

name=libmythes
version=1.2.6
release=1
source=(https://github.com/hunspell/mythes/releases/download/v$version/mythes-$version.tar.xz)

build() {
  cd mythes-$version

  ./configure --prefix=/usr
  make
  make DESTDIR=$PKG install
}
