# Maintainer: Maarten van Gompel pkgname=uctodata pkgver=0.1 pkgrel=1 pkgdesc="An advanced rule-based (regular-expression) and unicode-aware tokenizer for various languages. Tokenization is an essential first step in any NLP pipeline. This package contains the necessary data." arch=('any') license=('GPL3') makedepends=('libtool' 'autoconf' 'autoconf-archive') options=(!libtool) _gituser="LanguageMachines" _gitname="uctodata" url="https://languagemachines.github.io/ucto" source=(https://github.com/LanguageMachines/uctodata/archive/v0.1.tar.gz) md5sums=(0d66184b745dcf6915f88a17cd11c5cf) build() { cd $srcdir/$pkgname-$pkgver bash bootstrap.sh ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install }