🔒 Repository is read-only – file editing is disabled.

recipes/utils/tesseract/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: tesseract
pkgver: '5.5.3'
pkgrel: '1'
pkgdesc: 'An OCR program'
url: 'https://github.com/tesseract-ocr/tesseract'
arch: x86_64
license:
- APACHE

depends: []
makedepends:
- curl
- libarchive
- leptonica
- icu
- pango
- asciidoc

source:
- 'https://github.com/tesseract-ocr/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./autogen.sh
  ./configure --prefix=/usr
  make
  make training
  make DESTDIR=${PKGDIR} install

package: |
  true