# Description: Optical character recognition (OCR) engine # URL: https://github.com/tesseract-ocr/tesseract # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: libjpeg-turbo libpng libtiff leptonica # Nice to have: tessdata name=tesseract version=5.3.2 release=1 source=(https://github.com/tesseract-ocr/${name}/archive/${version}.tar.gz) build() { cd ${name}-${version} ./autogen.sh ./configure --prefix=/usr make make DESTDIR=${PKG} install }