pantry/projects/github.com/ocrmypdf/OCRmyPDF/package.yml

38 lines
819 B
YAML
Raw Normal View History

distributable:
url: https://github.com/ocrmypdf/OCRmyPDF/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
2023-12-21 01:22:04 +03:00
github: ocrmypdf/OCRmyPDF
# platforms:
# - darwin
# - linux/x86-64
dependencies:
2023-10-03 18:23:56 +03:00
python.org: ~3.11
qpdf.sourceforge.io: ^11
build:
2023-12-21 01:22:04 +03:00
dependencies:
openjpeg.org: '*'
gnome.org/libxml2: ~2.11
gnome.org/libxslt: '*'
script:
- python-venv.sh {{prefix}}/bin/ocrmypdf
- source <("{{prefix}}"/venv/bin/activate)
# pikepdf libs are compiled for MACOSX_DEPLOYMENT_TARGET=12.0
- 'pip install --no-cache-dir --force-reinstall --no-binary :all: pikepdf'
env:
# add any environment variables here
ARGS:
- --prefix="{{prefix}}"
CC: clang
LD: clang
provides:
- bin/ocrmypdf
test:
2023-12-21 01:22:04 +03:00
script: test "$(ocrmypdf --version)" = {{version}}