Combine 2 into 1

+ocrmypdf

remove foo.com from the test key
This commit is contained in:
Sanchit Ram Arvind 2023-08-30 11:27:18 -05:00 committed by Jacob Heider
parent a2e48f99b5
commit f37e1ab564

View file

@ -0,0 +1,30 @@
distributable:
url: https://github.com/ocrmypdf/OCRmyPDF/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: ocrmypdf/OCRmyPDF
platforms:
- darwin
- linux/x86-64
dependencies:
python.org: ^3.11
build:
script: |
python-venv.sh {{prefix}}/bin/ocrmypdf
env:
# add any environment variables here
ARGS:
- --prefix="{{prefix}}"
provides:
- bin/ocrmypdf
test:
script:
test "$(ocrmypdf --version)" = {{version}}