contrib/libmythes/Pkgfile

17 lines
380 B
Plaintext
Raw Normal View History

# Description: a simple thesaurus
# URL: http://hunspell.sourceforge.net/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: hunspell
name=libmythes
2022-08-25 21:39:49 +02:00
version=1.2.5
release=1
2022-08-25 21:39:49 +02:00
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
}