contrib/libmythes/Pkgfile

17 lines
380 B
Plaintext

# Description: a simple thesaurus
# URL: http://hunspell.sourceforge.net/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: hunspell
name=libmythes
version=1.2.5
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
}